Hi everyone!
I have a strongly balanced panel dataset (N=50, T=8) and I've estimated two models:
1) FE model:
In this case I have evidence of time-fixed effect, so I have modified the model as follow:
2) GLS model:
The easy question is: if I have evidence of entity and time fixed effects, which one should I choose?
Because I know that FE controls for these factors...but GLS? it controls or exists commands to control for these factors?
Thanks in advance for your kind help!
I have a strongly balanced panel dataset (N=50, T=8) and I've estimated two models:
1) FE model:
Code:
xtreg y x1 x2 x3, fe
Code:
xtreg y x1 x2 x3 i.year, fe
Code:
xtgls y x1 x2 x3, igls panels(heteroskedastic)
Because I know that FE controls for these factors...but GLS? it controls or exists commands to control for these factors?
Thanks in advance for your kind help!

Comment