I have some trouble concerning my regression model for a panel data analysis. The dataset includes observations of 200 firms over a period of 6 years (2000 - 2005) regarding merger activities and profit. The aim is to model the impact a merger has on a firms profit. For that reason, a regression with fixed effects should be done. At the moment it looks like that:
Code:
xtreg depvar indepvar i.postmerge##i.treated i.year, fe
- If I replace the interaction of postmerge and treated with an interaction like i.year#i.treat, Stata keeps the variable treat. Does this makes sense and how can I interpret the results in terms of an overall result?
- Which combination measures the treatment effect the best way while keeping fixed effects in mind?
- Most important: What would a appropriate xtreg-model would look like for this estimation?
Thanks in advance!
Regards,
Phil
0 Response to Panel-Data regression with time dummies, FE and time variant treatment effects
Post a Comment