Hi guys,
I am running a balanced panel data analysis of 62 countries over 11 years with 682 observations. To establish the appropriate model I have run the White test for heteroscedasticity to see whether OLS model is appropriate. The results indicated that there is heteroscedasticity and therefore my understanding is the OLS model is inappropriate.
From there I ran the Hausman test for fixed or random effects and established that fixed effects is appropriate.
Now do I/can I run a test for multicollinearity? As I can see from my correlations matrix I have some relatively high values (0.7, 0.6). I know the VIF test establishes multicollinearity however this cannot be run for xtreg?
If this is the case can I run an OLS regression using country and time fixed effects and use standard robust errors for heteroscedasticity and then run VIF?
If so how would I go about generating the dummy variables for country/time effects in STATA,i'm not sure if this is right but would this be the code:
reg y x1....xn icountry iyear, robust
I am running a balanced panel data analysis of 62 countries over 11 years with 682 observations. To establish the appropriate model I have run the White test for heteroscedasticity to see whether OLS model is appropriate. The results indicated that there is heteroscedasticity and therefore my understanding is the OLS model is inappropriate.
From there I ran the Hausman test for fixed or random effects and established that fixed effects is appropriate.
Now do I/can I run a test for multicollinearity? As I can see from my correlations matrix I have some relatively high values (0.7, 0.6). I know the VIF test establishes multicollinearity however this cannot be run for xtreg?
If this is the case can I run an OLS regression using country and time fixed effects and use standard robust errors for heteroscedasticity and then run VIF?
If so how would I go about generating the dummy variables for country/time effects in STATA,i'm not sure if this is right but would this be the code:
reg y x1....xn icountry iyear, robust
Comment