Dear Prof and colleagues,
I conducted two estimations, one with and one without weights. In the estimation without the weight, the coefficient is larger compared to the estimation with the weight. This difference raises questions about the appropriateness of the chosen weights. Shall I think that the weight is wrong? Which estimation I should consider as the reliable/ efficient one?
I discarded the entire output due to its length.
Without weight:
Any ideas appreciated.
Cheers,
Paris
I conducted two estimations, one with and one without weights. In the estimation without the weight, the coefficient is larger compared to the estimation with the weight. This difference raises questions about the appropriateness of the chosen weights. Shall I think that the weight is wrong? Which estimation I should consider as the reliable/ efficient one?
I discarded the entire output due to its length.
Code:
. reg lwage shr_immg i.year i.sk_rat_quartile i.Expgroup i.Expgroup#i.sk_rat_quartile i.Expgroup#i.year i.sk_rat_quartil > e#i.year [aw= wieght],robust (sum of wgt is 12,312,886) Linear regression Number of obs = 320 F(131, 188) = 4100.09 Prob > F = 0.0000 R-squared = 0.9983 Root MSE = .01257 ------------------------------------------------------------------------------------------ | Robust lwage | Coefficient std. err. t P>|t| [95% conf. interval] -------------------------+---------------------------------------------------------------- shr_immg | .7652276 .4006971 1.91 0.058 -.0252125 1.555668 | year | 2011 | -.0247768 .0195741 -1.27 0.207 -.0633898 .0138363 2012 | -.039046 .0174316 -2.24 0.026 -.0734328 -.0046593 2013 | -.0569614 .0175539 -3.24 0.001 -.0915892 -.0223335 2014 | -.0429618 .0191181 -2.25 0.026 -.0806753 -.0052482 2015 | -.0377884 .0200167 -1.89 0.061 -.0772746 .0016977 2016 | -.0172464 .0163993 -1.05 0.294 -.0495967 .0151039 2017 | .0030977 .0195128 0.16 0.874 -.0353945 .0415898 2018 | .055643 .0173336 3.21 0.002 .0214497 .0898364 2019 | .0946934 .0193115 4.90 0.000 .0565983 .1327885 | sk_rat_quartile | 2 | .0789576 .0084858 9.30 0.000 .062218 .0956972 3 | .059397 .0150838 3.94 0.000 .0296418 .0891523 4 | .4939467 .0197351 25.03 0.000 .455016 .5328775 |
Code:
reg lwage shr_immg i.year i.sk_rat_quartile i.Expgroup i.Expgroup#i.sk_rat_quartile i.Expgroup#i.year i.sk_rat_quarti > le#i.year ,robust Linear regression Number of obs = 320 F(131, 188) = 4013.33 Prob > F = 0.0000 R-squared = 0.9981 Root MSE = .01405 ------------------------------------------------------------------------------------------ | Robust lwage | Coefficient std. err. t P>|t| [95% conf. interval] -------------------------+---------------------------------------------------------------- shr_immg | 1.353097 .4160027 3.25 0.001 .5324644 2.17373 | year | 2011 | -.0213799 .0190928 -1.12 0.264 -.0590435 .0162837 2012 | -.029565 .0169838 -1.74 0.083 -.0630684 .0039384 2013 | -.0462414 .0173351 -2.67 0.008 -.0804376 -.0120451 2014 | -.0317497 .019167 -1.66 0.099 -.0695597 .0060603 2015 | -.0277666 .0202777 -1.37 0.173 -.0677676 .0122344 2016 | -.0088269 .0166888 -0.53 0.597 -.0417483 .0240945 2017 | .0113036 .0191693 0.59 0.556 -.026511 .0491182 2018 | .0542644 .0177676 3.05 0.003 .0192151 .0893138 2019 | .0776262 .0211254 3.67 0.000 .035953 .1192994 | sk_rat_quartile | 2 | .0686419 .0104295 6.58 0.000 .048068 .0892158 3 | .0560242 .0160501 3.49 0.001 .0243629 .0876856 4 | .5036946 .0187571 26.85 0.000 .4666933 .540696 |
Cheers,
Paris
Comment