Hello, I have a question regarding my result in Stata,
I'm currently studying balanced panel data for 5 countries in time periods of 10 years. We are studying the same sample at different points in time.
Here is my -estat hettest- result:
Breusch-Pagan / Cook-Weisberg test for heteroskedasticity
Ho: Constant variance
Variables: fitted values of LFDIInflow
chi2(1) = 20.42
Prob > chi2 = 0.0000
As far as I know, after this step, we should run a random/fixed effect rather than a P-OLS model.
And after the Hausman test is deployed, we found that random effect is more statistically preferable.
However, I also know that after we run random effect, we need to use -xttest0- to pick between P-OLS or Random effect. Below are the result:
Breusch and Pagan Lagrangian multiplier test for random effects
LFDIInflow[CountryID,t] = Xb + u[CountryID] + e[CountryID,t]
Estimated results:
| Var sd = sqrt(Var)
---------+-----------------------------
LFDIInf~w | .848771 .9212877
e | .5109544 .7148108
u | 0 0
Test: Var(u) = 0
chibar2(01) = 0.00
Prob > chibar2 = 1.0000
Here are my questions:
1. Based on the BP-LM test result that rejects the null hypotheses, Which model is more appropriate? P-OLS or Random?
2. Does the BP-CW (Cook Weisberg) test result determine or indicate a preferable model between P-OLS, FIxed Effect, and Random Effect? Or does it only measure heteroskedasticity?
Thank you in advance
I'm currently studying balanced panel data for 5 countries in time periods of 10 years. We are studying the same sample at different points in time.
Here is my -estat hettest- result:
Breusch-Pagan / Cook-Weisberg test for heteroskedasticity
Ho: Constant variance
Variables: fitted values of LFDIInflow
chi2(1) = 20.42
Prob > chi2 = 0.0000
As far as I know, after this step, we should run a random/fixed effect rather than a P-OLS model.
And after the Hausman test is deployed, we found that random effect is more statistically preferable.
However, I also know that after we run random effect, we need to use -xttest0- to pick between P-OLS or Random effect. Below are the result:
Breusch and Pagan Lagrangian multiplier test for random effects
LFDIInflow[CountryID,t] = Xb + u[CountryID] + e[CountryID,t]
Estimated results:
| Var sd = sqrt(Var)
---------+-----------------------------
LFDIInf~w | .848771 .9212877
e | .5109544 .7148108
u | 0 0
Test: Var(u) = 0
chibar2(01) = 0.00
Prob > chibar2 = 1.0000
Here are my questions:
1. Based on the BP-LM test result that rejects the null hypotheses, Which model is more appropriate? P-OLS or Random?
2. Does the BP-CW (Cook Weisberg) test result determine or indicate a preferable model between P-OLS, FIxed Effect, and Random Effect? Or does it only measure heteroskedasticity?
Thank you in advance
Comment