Hi All,
I have a question about the use of random effect models and using the correct estimators.
Data characteristics:
- Panel data
- Unbalanced
- T > N
- Dependent variable is yield
- Independent variable is liquidity
Aim of analysis:
- To perform a regression analysis that is efficient and consistent under robustness tests
Method:
1. Perform OLS / FE and RE models
regress yield liquidity
xtreg yield liquidity, fe
xtreg yield liquidity, re
2. Perform the Breusch-Pagan LM test for individual effects
xtreg yield liquidity, re
xttest0
RESULT: Individual effects present
3. Perform the Hausman test
xtreg yield liquidty, re
store estimates random
xtreg yield liquidity, fe
strore estimates fixed
hausman random fixed
RESULT: RE is better than FE
4. Determine what standard errors are most appropriate i.e., check for heteroskedasticity and autocorrelation
regress yield liquidity
hettest
RESULT: No heteroskedasticity
xtserial yield liquidity
RESULT: Autocorrelation present
Questions:
1. Should I proceed with either (1) xtregar yield liquidity, re OR (2) xtreg yield liquidity, re robust
2. Please explain the logic of the decision
Thank you,
Charlotte
I have a question about the use of random effect models and using the correct estimators.
Data characteristics:
- Panel data
- Unbalanced
- T > N
- Dependent variable is yield
- Independent variable is liquidity
Aim of analysis:
- To perform a regression analysis that is efficient and consistent under robustness tests
Method:
1. Perform OLS / FE and RE models
regress yield liquidity
xtreg yield liquidity, fe
xtreg yield liquidity, re
2. Perform the Breusch-Pagan LM test for individual effects
xtreg yield liquidity, re
xttest0
RESULT: Individual effects present
3. Perform the Hausman test
xtreg yield liquidty, re
store estimates random
xtreg yield liquidity, fe
strore estimates fixed
hausman random fixed
RESULT: RE is better than FE
4. Determine what standard errors are most appropriate i.e., check for heteroskedasticity and autocorrelation
regress yield liquidity
hettest
RESULT: No heteroskedasticity
xtserial yield liquidity
RESULT: Autocorrelation present
Questions:
1. Should I proceed with either (1) xtregar yield liquidity, re OR (2) xtreg yield liquidity, re robust
2. Please explain the logic of the decision
Thank you,
Charlotte
Comment