Hello everyone,
I am running a Feasible GLS -xtgls- model with panel heteroskedasticity and AR(1) correlation. Additionally, in order to include fixed effects, I add in a dummy variable for each company I am examining.
My problem is that after I run the model, I receive incredibly large Wald Chi-Square values (on the order of 50,000) and Log-likelihood of around -700 or so. Is this even possible? These are some of the highest Chi-square values I have ever seen.
Initially I thought this was a problem of sample size (too many variables, not enough observations), but running a reduced equation gives me more or less the same results. (On a side note, does FGLS make any assumptions or considerations on sample size? I have 79 degrees of freedom and around 450 observations...)
Any info or help on the previous questions would be really useful (reduced output included below. Not sure why, but this last model didn't give me a LL number).
Thanks in advance everyone.
Panos
I am running a Feasible GLS -xtgls- model with panel heteroskedasticity and AR(1) correlation. Additionally, in order to include fixed effects, I add in a dummy variable for each company I am examining.
My problem is that after I run the model, I receive incredibly large Wald Chi-Square values (on the order of 50,000) and Log-likelihood of around -700 or so. Is this even possible? These are some of the highest Chi-square values I have ever seen.
Initially I thought this was a problem of sample size (too many variables, not enough observations), but running a reduced equation gives me more or less the same results. (On a side note, does FGLS make any assumptions or considerations on sample size? I have 79 degrees of freedom and around 450 observations...)
Any info or help on the previous questions would be really useful (reduced output included below. Not sure why, but this last model didn't give me a LL number).
Code:
Cross-sectional time-series FGLS regression Coefficients: generalized least squares Panels: heteroskedastic Correlation: common AR(1) coefficient for all panels (0.4707) Estimated covariances = 71 Number of obs = 1116 Estimated autocorrelations = 1 Number of groups = 71 Estimated coefficients = 86 Obs per group: min = 2 avg = 15.71831 max = 36 Wald chi2(85) = 65657.28 Prob > chi2 = 0.0000 ------------------------------------------------------------------------------ loginvscaled | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loggh | -.2849315 .0356504 -7.99 0.000 -.3548049 -.215058 logta | .5194881 .0240318 21.62 0.000 .4723866 .5665896 logcogs | .0753178 .0153522 4.91 0.000 .0452281 .1054076 | compid | 2 | 1.951157 .1397242 13.96 0.000 1.677302 2.225011 3 | -.2511948 .199553 -1.26 0.208 -.6423115 .1399219 4 | .713452 .141207 5.05 0.000 .4366914 .9902125 5 | .3644441 .1644973 2.22 0.027 .0420353 .6868529 6 | .5342415 .1845942 2.89 0.004 .1724436 .8960395 .......
Panos
Comment