Dear Stata specialists,
Hope you can help me solve my problem.
I recently run OLS, FE, RE for my panel data model and perform some tests to choose between the methods.
The F-test turns out that OLS is preferred to FE (F = 0.873, df1 = 62, df2 = 431, p-value = 0.7409)
LM test shows that RE is preferred to OLS (chisq = 15.505, df = 1, p-value = 8.227e-05)
Hausman test shows that FE is preferred to RE. (chisq = 38.851, df = 10, p-value = 2.696e-05)
Hausman test shows that FE is preferred to OLS. (chisq = 40.176, df = 10, p-value = 1.578e-05)
The test results puzzle me and I cannot decide which method to choose.
Thank you very much!
Andy
Related Posts with OLS vs FE vs RE? Tests results conflicts.
Exporting tabstat output to Excel file?Hi stata experts, I'm trying to export a tabstat table into excel sheet and have tried multiple com…
reshaping to long with a string IDI want to reshape my data from wide to long. I implement: Code: reshape long MortgageloansthUSD2010…
Dealing with zerosI have lots of zeros in both my dependent and independent variables. One way that I was dealing wit…
stcrreg command get subhazard ratio Code: use http://www.stata-press.com/data/r13/hypoxia, clear set seed 134 stset dftime, failure(fai…
Create laggingsHello, I have a dataset of 1,791 firm-year observations. Now, I would like - for each firm-year obs…
Subscribe to:
Post Comments (Atom)
0 Response to OLS vs FE vs RE? Tests results conflicts.
Post a Comment