I am facing the following problem when running the following test and how can I correct it?
Code:
. hausman fe re Note: the rank of the differenced variance matrix (2) does not equal the number of coefficients being tested (4); be sure this is what you expect, or there may be problems computing the test. Examine the output of your estimators for anything unexpected and possibly consider scaling your variables so that the coefficients are on a similar scale. ---- Coefficients ---- | (b) (B) (b-B) sqrt(diag(V_b-V_B)) | fe re Difference S.E. -------------+---------------------------------------------------------------- fdi | 1.93e-06 2.57e-06 -6.44e-07 1.39e-07 gdp | .1889387 .200659 -.0117204 .0034824 nbtot | 8.87e+07 8.15e+07 7231909 2633943 exrate | 282453.4 103381.3 179072.1 192646.8 ------------------------------------------------------------------------------ b = consistent under Ho and Ha; obtained from xtreg B = inconsistent under Ha, efficient under Ho; obtained from xtreg Test: Ho: difference in coefficients not systematic chi2(2) = (b-B)'[(V_b-V_B)^(-1)](b-B) = 8.75 Prob>chi2 = 0.0126
Comment