I am working on a panel model and I have to choose between FE, RE, and POLS.
My first step was to perform the Hausman test (between FE and RE) and the results allowed the rejection of the null hypothesis (Prob > chi2 = 0.0001), favoring the FE model.
The second step was to test RE x POLS (xttest0), and the test favored the POLS model (Prob > chi2 = 1.0000) - I was not expecting such a strong result.
The third test was to check the FE's F-test (that all U[i] = 0). The test's result was 1.72 (Prob > F = 0.0602). My intention was to use this test to choose between FE and POLS. However, I don't know how to interpret this result. Is it low enough to favor the FE model? Should I try another approach/test?
Thanks in advance.
By the way, the POLS model has normal errors while the FE's errors are far from being normal. Does it matter in this case?
My first step was to perform the Hausman test (between FE and RE) and the results allowed the rejection of the null hypothesis (Prob > chi2 = 0.0001), favoring the FE model.
The second step was to test RE x POLS (xttest0), and the test favored the POLS model (Prob > chi2 = 1.0000) - I was not expecting such a strong result.
The third test was to check the FE's F-test (that all U[i] = 0). The test's result was 1.72 (Prob > F = 0.0602). My intention was to use this test to choose between FE and POLS. However, I don't know how to interpret this result. Is it low enough to favor the FE model? Should I try another approach/test?
Thanks in advance.
By the way, the POLS model has normal errors while the FE's errors are far from being normal. Does it matter in this case?
Comment