Hi!
I am running the same regressions while changing the thresholds for a dummy variable included in these regressions.
example:
reg y x dummy01
reg y x dummy02
reg y x dummy 03
I would like to have a graph of the different coefficients for the dummies with standard errors from each of the regressions but have the value of the threshold 01 02 03 on the x axis.
Essentially, I would like something like this below, but with each dot being from different regressions and the X-axis informing on the threshold I am using.
I am running the same regressions while changing the thresholds for a dummy variable included in these regressions.
example:
reg y x dummy01
reg y x dummy02
reg y x dummy 03
I would like to have a graph of the different coefficients for the dummies with standard errors from each of the regressions but have the value of the threshold 01 02 03 on the x axis.
Essentially, I would like something like this below, but with each dot being from different regressions and the X-axis informing on the threshold I am using.
Comment