Hi everyone!
I am running some panel data containing 30 provinces observed across 5 years over two variables. I have run a fixed effects model taking year- and province-fixed effects to estimate the relationship between Var1 and Var2.
Now, I am looking to run this fixed effects model using Region-fixed effects instead of province-fixed effects where a Region is a larger macroarea containing multiple provinces. I have already tagged each province by the region to which it belongs, but I am not sure how to run this updated fixed effects regression without losing within-region variation. I have tried averaging Var1 and Var2 for each Region and running:
xtset Region Year
xtreg Var1 Var 2 i.Year, fe r
But this somehow feels wrong?
Any and all help is very much appreciated!
I am running some panel data containing 30 provinces observed across 5 years over two variables. I have run a fixed effects model taking year- and province-fixed effects to estimate the relationship between Var1 and Var2.
Now, I am looking to run this fixed effects model using Region-fixed effects instead of province-fixed effects where a Region is a larger macroarea containing multiple provinces. I have already tagged each province by the region to which it belongs, but I am not sure how to run this updated fixed effects regression without losing within-region variation. I have tried averaging Var1 and Var2 for each Region and running:
xtset Region Year
xtreg Var1 Var 2 i.Year, fe r
But this somehow feels wrong?
Any and all help is very much appreciated!
Comment