Hi Statalist Forum,
I have another quick question regarding panel data sets.
Someone made me aware of using xtgls instead of xtreg, fe.
I have a panel data set with 80 regions over 44 quarters. As I have read other posts here, is this already considered as big id and small t? And if so, would xtgls unable to help?
Second, as far as I have understood this, xtgls would allow to include heteroskedasticity as well as AR1 for each panel, which is good for a data set with many different regions.
I am using:
xtgls $ylist $xlist, panels(hetero) corr(ar1) force
Nevertheless, this above method will not provide any information about the Goodness of fit (AIC and BIC, as well as Likelihood).
I tried estat ic, with the following result:
. estat ic
likelihood information not found in last estimation results
r(321);
However, when I remove the specifications form the regression command a likelihood is reported, unfortunately with homoskedasticity assumption. Is there another way to get any measure out of my command?
Are the advantageous of xtgls so much better than xtreg, fe???
Picture enclosed with an output.
Many thanks for some help.
Kind regards,
Steffen
I have another quick question regarding panel data sets.
Someone made me aware of using xtgls instead of xtreg, fe.
I have a panel data set with 80 regions over 44 quarters. As I have read other posts here, is this already considered as big id and small t? And if so, would xtgls unable to help?
Second, as far as I have understood this, xtgls would allow to include heteroskedasticity as well as AR1 for each panel, which is good for a data set with many different regions.
I am using:
xtgls $ylist $xlist, panels(hetero) corr(ar1) force
Nevertheless, this above method will not provide any information about the Goodness of fit (AIC and BIC, as well as Likelihood).
I tried estat ic, with the following result:
. estat ic
likelihood information not found in last estimation results
r(321);
However, when I remove the specifications form the regression command a likelihood is reported, unfortunately with homoskedasticity assumption. Is there another way to get any measure out of my command?
Are the advantageous of xtgls so much better than xtreg, fe???
Picture enclosed with an output.
Many thanks for some help.
Kind regards,
Steffen
Comment