I am running into the following thing that has made me curious:
I am running a panel regression about the impact of board committee characteristics on carbon performance. I was advised to first run an OLS regression to get an overview before doing a fixed/random effects regression, so I did. I have then decided for FE model over the RE model.
The results are the following: For the OLS model I get an extremely high adjusted R-squared of ~75%. A lot of this is due to industry fixed effects I have in my model, without them the adjusted R-squared drops to ~42%. Also, in the OLS, around half of my predictor variables are significant.
On the other hand, in the FE model where the industry fixed-effects are omitted, due to being time-invariant, I only get an adjusted R-squared of ~22% and less of my variables are statistically significant.
Here are the OLS results:
These are the FE results:
Now what has made me curious, in this case, which results can be considered more reliable/useful? I have also plotted the residuals of both models against the dependent variable to visually assess which model does a better job at predicting the dependent variable, in this case the OLS seems to do so. I am also aware that OLS and FE do not measure exactly the same thing (within variation reported by FE while OLS , but I would still like to hear opinions on these results as I have relatively little experience overall.
Thanks a lot in advance!
I am running a panel regression about the impact of board committee characteristics on carbon performance. I was advised to first run an OLS regression to get an overview before doing a fixed/random effects regression, so I did. I have then decided for FE model over the RE model.
The results are the following: For the OLS model I get an extremely high adjusted R-squared of ~75%. A lot of this is due to industry fixed effects I have in my model, without them the adjusted R-squared drops to ~42%. Also, in the OLS, around half of my predictor variables are significant.
On the other hand, in the FE model where the industry fixed-effects are omitted, due to being time-invariant, I only get an adjusted R-squared of ~22% and less of my variables are statistically significant.
Here are the OLS results:
Code:
reg EMTOTAL NOMCOMM NOMCOMM_IND COMPCOMM COMPCOMM_IND AUDCOMM AUDCOMM_IND GOVCOMM ATT SUSCOMM BSIZE BGD INC INDEP DUAL ROA LEV FSIZE MULT SKILLS i.YEAR i.INDUSTRY, vce(cluster ID) Linear regression Number of obs = 2,546 F(75, 388) = . Prob > F = . R-squared = 0.7579 Root MSE = 1.1201 (Std. err. adjusted for 389 clusters in ID) ------------------------------------------------------------------------------ | Robust EMTOTAL | Coefficient std. err. t P>|t| [95% conf. interval] -------------+---------------------------------------------------------------- NOMCOMM | .501477 .5371908 0.93 0.351 -.5546921 1.557646 NOMCOMM_IND | -.0049362 .2602447 -0.02 0.985 -.5166026 .5067301 COMPCOMM | -.1953639 .2510876 -0.78 0.437 -.6890264 .2982987 COMPCOMM_IND | 1.507128 .893569 1.69 0.092 -.2497146 3.263972 AUDCOMM | -.4016043 1.053488 -0.38 0.703 -2.472865 1.669656 AUDCOMM_IND | -2.396646 .913957 -2.62 0.009 -4.193574 -.5997178 GOVCOMM | .2469164 .2710377 0.91 0.363 -.2859699 .7798027 ATT | .0151676 .0049427 3.07 0.002 .0054498 .0248855 SUSCOMM | .2270284 .1260847 1.80 0.073 -.0208663 .4749231 BSIZE | -.1703795 .3331368 -0.51 0.609 -.8253587 .4845997 BGD | -.0110272 .0070541 -1.56 0.119 -.0248962 .0028419 INC | .2015798 .0960159 2.10 0.036 .0128031 .3903564 INDEP | .0002575 .0068561 0.04 0.970 -.0132223 .0137373 DUAL | -.009173 .1303307 -0.07 0.944 -.2654158 .2470697 ROA | -.1805006 .0730591 -2.47 0.014 -.3241418 -.0368593 LEV | .3685102 .296991 1.24 0.215 -.2154028 .9524232 FSIZE | .7882242 .0731855 10.77 0.000 .6443344 .9321139 MULT | -.0323264 .1311898 -0.25 0.805 -.2902582 .2256055 SKILLS | -.0026919 .0026403 -1.02 0.309 -.0078829 .0024992
These are the FE results:
Code:
. xtreg EMTOTAL NOMCOMM NOMCOMM_IND COMPCOMM COMPCOMM_IND AUDCOMM AUDCOMM_IND GOVCOMM ATT SUSCOMM BSIZE BGD INC INDEP DUAL ROA LEV FSIZE MULT SKILLS i.YEAR, fe vce(cluster ID) Fixed-effects (within) regression Number of obs = 2,549 Group variable: ID Number of groups = 390 R-squared: Obs per group: Within = 0.2249 min = 1 Between = 0.3603 avg = 6.5 Overall = 0.3284 max = 13 F(30, 389) = . corr(u_i, Xb) = 0.3480 Prob > F = . (Std. err. adjusted for 390 clusters in ID) ------------------------------------------------------------------------------ | Robust EMTOTAL | Coefficient std. err. t P>|t| [95% conf. interval] -------------+---------------------------------------------------------------- NOMCOMM | .2934868 .2109382 1.39 0.165 -.1212349 .7082085 NOMCOMM_IND | -.1267084 .0921178 -1.38 0.170 -.3078194 .0544026 COMPCOMM | .0854662 .1225279 0.70 0.486 -.1554336 .3263661 COMPCOMM_IND | .9833365 .4859865 2.02 0.044 .0278475 1.938825 AUDCOMM | -.1399784 .4012153 -0.35 0.727 -.9288003 .6488434 AUDCOMM_IND | -1.16394 .2971362 -3.92 0.000 -1.748134 -.5797461 GOVCOMM | .1810519 .1828703 0.99 0.323 -.1784858 .5405896 ATT | -.0001274 .0017421 -0.07 0.942 -.0035525 .0032978 SUSCOMM | .0207709 .0453892 0.46 0.647 -.0684679 .1100098 BSIZE | -.0695785 .1128549 -0.62 0.538 -.2914604 .1523034 BGD | -.0004053 .0023553 -0.17 0.863 -.005036 .0042255 INC | .0135879 .0255077 0.53 0.595 -.0365623 .0637381 INDEP | -.004724 .0034665 -1.36 0.174 -.0115395 .0020914 DUAL | -.0351191 .0541888 -0.65 0.517 -.1416586 .0714204 ROA | -.0077768 .0202317 -0.38 0.701 -.047554 .0320004 LEV | -.2681079 .2017146 -1.33 0.185 -.6646951 .1284792 FSIZE | .5235958 .0943601 5.55 0.000 .3380761 .7091155 MULT | .2038137 .089293 2.28 0.023 .0282564 .3793711 SKILLS | .0004215 .0011727 0.36 0.719 -.0018842 .0027272
Now what has made me curious, in this case, which results can be considered more reliable/useful? I have also plotted the residuals of both models against the dependent variable to visually assess which model does a better job at predicting the dependent variable, in this case the OLS seems to do so. I am also aware that OLS and FE do not measure exactly the same thing (within variation reported by FE while OLS , but I would still like to hear opinions on these results as I have relatively little experience overall.
Thanks a lot in advance!
Comment