Hi, I am working with balanced firm-level panel data. That is observing 668 firms across 96 days. Over that 96 days, firms are either treated or not for the whole period.
I want to analyse this running a two way fixed effects. So far I have run the regression:
regress movement i.date##i.treated,cluster(firm).
I also tried:
xtreg movement i.date##i.treated,fe
Both of these I similar estimates, except the constants are different. Also in the second regression, the estimate for treated is omitted. I do not know why there is a difference between the two? Any help would be appreciated! Thanks
I want to analyse this running a two way fixed effects. So far I have run the regression:
regress movement i.date##i.treated,cluster(firm).
I also tried:
xtreg movement i.date##i.treated,fe
Both of these I similar estimates, except the constants are different. Also in the second regression, the estimate for treated is omitted. I do not know why there is a difference between the two? Any help would be appreciated! Thanks

Comment