Hi,
I am running STATA to see an effect of an event happened in 2015(and several interaction effects with the treatment effect), and now I am trying to see the pre-treatment effects with code:
xtpoisson DV year2013 year2014 year2015 control variables i.year, fe vce(robust)
I am not sure this is the legit way to test pre-treatment effect, but I have seen some papers using this method and learned this method in a policy analysis class.
The problem is that when I run this model, two year-fixed effects drops, and that means the coefficient of year variables(ex. year2014, year2013) with the dropped year fixed effects are not credible base on what I learned.
Is there any way I can improve this situation and test pre-treatment effects? I think this kind of issue is not very well-known because most papers only indicate whether a time-fixed effect is included or not rather than showing all the year-fixed effects in result tables.
Thank you!!
I am running STATA to see an effect of an event happened in 2015(and several interaction effects with the treatment effect), and now I am trying to see the pre-treatment effects with code:
xtpoisson DV year2013 year2014 year2015 control variables i.year, fe vce(robust)
I am not sure this is the legit way to test pre-treatment effect, but I have seen some papers using this method and learned this method in a policy analysis class.
The problem is that when I run this model, two year-fixed effects drops, and that means the coefficient of year variables(ex. year2014, year2013) with the dropped year fixed effects are not credible base on what I learned.
Is there any way I can improve this situation and test pre-treatment effects? I think this kind of issue is not very well-known because most papers only indicate whether a time-fixed effect is included or not rather than showing all the year-fixed effects in result tables.
Thank you!!
Comment