Dear all,
I have some questions regarding the Correlated Random Effects approach for panel data in comparison to the Fixed Effects Approach.
I am using a panel of 419 IDs over 15 years. I am investigating the effects of 13 time-variant independent variables (X1...X13) on a continuous outcome variable Y1 and I am further planing on implemeting time-constant variables which is why I am interested in using the Mundlak approach. Therefore i additionally centered all 13 time-variing variables (prefix "m_").
As far as I know, the regression coefficients for time-variing variables received via Fixed Effects estimation are supposed to be (exactly?) the same as for the CRE/Mundlad approach, and yet my results seem to differ at least slightly, as you can see below:
Fixed Effects Regression:
Correlated RE/Mundlak:
My questions:
1.) Are those slight differences between the estimation results from FE and those from CRE estimation a cause for concern?
2.) In the literature about CRE/Mundlak it is said that the correlated random-effects model relaxes the assumption of zero correlation between the entity-specific error and the time variing variables (Schunck (2013):Within and between Estimates in Random-Effects Models: Advantages and Drawbacks of Correlated Random Effects and Hybrid Models). Looking at my results from the CRE estimation, how can I be sure that this is actually the case? So how can I be sure that the variable means actually "absorbed" this correlation?
I would be really glad if you could help me with this.
Best regards
Nikolaus
(Version: STATA 16)
I have some questions regarding the Correlated Random Effects approach for panel data in comparison to the Fixed Effects Approach.
I am using a panel of 419 IDs over 15 years. I am investigating the effects of 13 time-variant independent variables (X1...X13) on a continuous outcome variable Y1 and I am further planing on implemeting time-constant variables which is why I am interested in using the Mundlak approach. Therefore i additionally centered all 13 time-variing variables (prefix "m_").
As far as I know, the regression coefficients for time-variing variables received via Fixed Effects estimation are supposed to be (exactly?) the same as for the CRE/Mundlad approach, and yet my results seem to differ at least slightly, as you can see below:
Fixed Effects Regression:
Code:
xtreg Y1 X1 X2 X3 X4 X5 X6 X7 X8 X9 X10 X11 X12 X13, fe vce(cluster ID)
Code:
Fixed-effects (within) regression Number of obs = 6,285 Group variable: ID Number of groups = 419 R-sq: Obs per group: within = 0.5562 min = 15 between = 0.0835 avg = 15.0 overall = 0.3207 max = 15 F(13,418) = 180.30 corr(u_i, Xb) = -0.3159 Prob > F = 0.0000 (Std. Err. adjusted for 419 clusters in ID) ------------------------------------------------------------------------------ | Robust Y1 | Coef. Std. Err. t P>|t| [95% Conf. Interval] -------------+---------------------------------------------------------------- X1 | 55.02444 6.379792 8.62 0.000 42.48397 67.56492 X2 | 13.8213 3.903985 3.54 0.000 6.147415 21.49519 X3 | 11.46342 3.493078 3.28 0.001 4.597231 18.32961 X4 | 7.465484 4.077655 1.83 0.068 -.549781 15.48075 X5 | 636.4464 326.3867 1.95 0.052 -5.117453 1278.01 X6 | -25.81329 8.716326 -2.96 0.003 -42.94658 -8.679995 X7 | 13.20441 31.39781 0.42 0.674 -48.51287 74.92168 X8 | -2.024588 .6302402 -3.21 0.001 -3.263423 -.7857531 X9 | .004547 .006382 0.71 0.477 -.0079978 .0170917 X10 | -.005173 .0058291 -0.89 0.375 -.016631 .0062851 X11 | -280.4201 37.11896 -7.55 0.000 -353.3832 -207.4571 X12 | 80.67299 22.88321 3.53 0.000 35.69249 125.6535 X13 | 35.65685 13.67972 2.61 0.009 8.76724 62.54647 _cons | 56.10956 21.37515 2.62 0.009 14.09339 98.12574 -------------+---------------------------------------------------------------- sigma_u | 25.115418 sigma_e | 20.710376 rho | .59524574 (fraction of variance due to u_i) ------------------------------------------------------------------------------
Correlated RE/Mundlak:
Code:
xtreg Y1 X1 X2 X3 X4 X5 X6 X7 X8 X9 X10 X11 X12 X13 m_X1 m_X2 m_X3 m_X4 m_X5 m_X6 m_X7 m_X8 m_X9 m_X10 m_X11 m_X12 m_X13, i(ID) vce(cluster ID) re
Code:
Random-effects GLS regression Number of obs = 6,285 Group variable: ID Number of groups = 419 R-sq: Obs per group: within = 0.5562 min = 15 between = 0.3116 avg = 15.0 overall = 0.4664 max = 15 Wald chi2(26) = 2639.61 corr(u_i, X) = 0 (assumed) Prob > chi2 = 0.0000 (Std. Err. adjusted for 419 clusters in ID) ------------------------------------------------------------------------------ | Robust Y1 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- X1 | 55.09628 6.37843 8.64 0.000 42.59479 67.59778 X2 | 13.86291 3.902933 3.55 0.000 6.213306 21.51252 X3 | 11.50361 3.498475 3.29 0.001 4.646728 18.3605 X4 | 7.485479 4.080035 1.83 0.067 -.5112435 15.4822 X5 | 627.0565 323.8607 1.94 0.053 -7.69889 1261.812 X6 | -25.74439 8.706317 -2.96 0.003 -42.80846 -8.680323 X7 | 14.46523 31.356 0.46 0.645 -46.99141 75.92186 X8 | -1.982969 .6405773 -3.10 0.002 -3.238477 -.7274601 X9 | .0043312 .0064786 0.67 0.504 -.0083665 .017029 X10 | -.0052707 .0057847 -0.91 0.362 -.0166086 .0060671 X11 | -280.7377 37.10206 -7.57 0.000 -353.4564 -208.019 X12 | 81.23751 23.02698 3.53 0.000 36.10546 126.3696 X13 | 35.68913 13.52256 2.64 0.008 9.185402 62.19286 m_X1 | 63.07001 17.62765 3.58 0.000 28.52045 97.61956 m_X2 | -39.11101 10.73944 -3.64 0.000 -60.15992 -18.0621 m_X3 | 7.172989 7.381349 0.97 0.331 -7.29419 21.64017 m_X4 | -9.116723 4.497211 -2.03 0.043 -17.93109 -.3023521 m_X5 | 661.9385 433.975 1.53 0.127 -188.6368 1512.514 m_X6 | -48.76732 16.34738 -2.98 0.003 -80.8076 -16.72703 m_X7 | 652.9672 296.4707 2.20 0.028 71.8953 1234.039 m_X8 | 1.328787 .7064285 1.88 0.060 -.0557874 2.713361 m_X9 | .0169634 .0122089 1.39 0.165 -.0069655 .0408923 m_X10 | .0033445 .0064843 0.52 0.606 -.0093645 .0160534 m_X11 | 368.3401 85.69027 4.30 0.000 200.3902 536.2899 m_X12 | -78.2951 43.22375 -1.81 0.070 -163.0121 6.421903 m_X13 | -43.49377 25.80072 -1.69 0.092 -94.06225 7.074716 _cons | 74.06801 24.27393 3.05 0.002 26.49198 121.644 -------------+---------------------------------------------------------------- sigma_u | 18.355635 sigma_e | 20.710376 rho | .43994227 (fraction of variance due to u_i) ------------------------------------------------------------------------------
1.) Are those slight differences between the estimation results from FE and those from CRE estimation a cause for concern?
2.) In the literature about CRE/Mundlak it is said that the correlated random-effects model relaxes the assumption of zero correlation between the entity-specific error and the time variing variables (Schunck (2013):Within and between Estimates in Random-Effects Models: Advantages and Drawbacks of Correlated Random Effects and Hybrid Models). Looking at my results from the CRE estimation, how can I be sure that this is actually the case? So how can I be sure that the variable means actually "absorbed" this correlation?
I would be really glad if you could help me with this.
Best regards
Nikolaus
(Version: STATA 16)
Comment