Dear all,
I am in the following situation: I am running a panel model investigating the impact of board determinants on corporate carbon emissions. I have tested for issues such as heteroscedasticity, multicollinearity since I first want to run a regular OLS using
regression followed by a fixed effects regression (Hausman test to pick FE over RE has been performed) using
. I have detected problems of autocorrelation and heteroscedasticity and thus I am using clustered standard errors at entity level
for both the OLS and FE estimation. Additionally, I have lagged independent and control variables by one period (year). Now to my question:
Some of the coefficients change their effect direction (negative in OLS and then positive in FE and vice versa) when comparing the OLS results to the FE results. I expected changing significance levels but I am not too familiar with changing effect directions. I am aware that omitted variables could be a problem here. Are there any other factors that could be a reason for these changing effect directions?
Thanks a lot in advance!
I am in the following situation: I am running a panel model investigating the impact of board determinants on corporate carbon emissions. I have tested for issues such as heteroscedasticity, multicollinearity since I first want to run a regular OLS using
Code:
reg
Code:
xtreg, fe
Code:
vce(cluster ID)
Some of the coefficients change their effect direction (negative in OLS and then positive in FE and vice versa) when comparing the OLS results to the FE results. I expected changing significance levels but I am not too familiar with changing effect directions. I am aware that omitted variables could be a problem here. Are there any other factors that could be a reason for these changing effect directions?
Thanks a lot in advance!
Comment