Hello community:
I want to robustly estimate (xtgls) a panel data model, for both FE and RE. The following commands are correct:
For FE:
For RE:
Thank you very much!
I want to robustly estimate (xtgls) a panel data model, for both FE and RE. The following commands are correct:
For FE:
Code:
xi: xtgls Y X i. id i.year, p (c) c (a)
Code:
xtgls Y X, p (c) c (a)
Thank you very much!
Comment