Dear statalists
I'm currently working with a panel data and perform my analysis at the municipal level
I set the panel data at:
I believe so that when I add the fe option in the xtreg regression the system already adds i.MunicipalityID and i.Year dummies or doesn't it?
Moreover, is it necessary to further add an interaction between i.RegionID#i.Year to get rid of that omitted variance?
I'm asking because as soon as I try my coefficients turn from negative to positive
As always thanks everyone in advance
Loris
I'm currently working with a panel data and perform my analysis at the municipal level
I set the panel data at:
Code:
xtset MunicipalityID Year, yearly
Moreover, is it necessary to further add an interaction between i.RegionID#i.Year to get rid of that omitted variance?
I'm asking because as soon as I try my coefficients turn from negative to positive
As always thanks everyone in advance
Loris
Comment