Hello,
I am trying to do a coefficient plot. The simple regression is:
However, my baseline period should be 1994-1997. Is there a way to specify as the baseline year more than one year? Thank you.
I am trying to do a coefficient plot. The simple regression is:
Code:
eststo m: reghdfe cons ib1997.year##c.Treatment X, absorb(i.var1 i.var2) coefplot m, keep(*year#*) vert

Comment