Dear All,
I am using the did2s command to run a staggered DiD analysis. However, after running it, I only get the coefficients for the second-stage variables. How can I get the control variables' coefficients as well?
Thank you very much!
Cat
I am using the did2s command to run a staggered DiD analysis. However, after running it, I only get the coefficients for the second-stage variables. How can I get the control variables' coefficients as well?
Code:
did2s dependent if var1==0 [aw=_webal], first_stage(i.country_id i.year control1 control2 control3 control4 control5) second_stage(treat) treatment(treat) cluster(country_id)
Cat
Comment