Hi all. I am working on a panel data set, and I am currently trying to run a fixed effects model to look at the effect of different state types on crime (more complicated than that). My regression/specification information is as follows, attempting to control for fixed effects of state/year variation:
xtset districtid year
xtreg Crime StateType i.Year i.stateid, robust fe
However, whenever I run this regression, I continually encounter stateid and year variables being omitted due to multicollinearity. What recommendations would you have to try to circumvent this issue? Such issues do not occur using regular nor random effects. Thanks for your help.
xtset districtid year
xtreg Crime StateType i.Year i.stateid, robust fe
However, whenever I run this regression, I continually encounter stateid and year variables being omitted due to multicollinearity. What recommendations would you have to try to circumvent this issue? Such issues do not occur using regular nor random effects. Thanks for your help.
Comment