Hello, everyone. Can you help me in interpreting the results of this oaxaca blinder decomposition?
I have been reading various threads here and related literature and either cannot find a clear interpretation of the standard output or it is too technical and I do not follow.
Specifically, if exper was significant across all three sections: endowment, coefficient, and interaction. How would we describe this? Similarly, what does it mean for any one variable to be significanrt in one (or more) section(s) but not others?
I have been reading various threads here and related literature and either cannot find a clear interpretation of the standard output or it is too technical and I do not follow.
Code:
use http://fmwww.bc.edu/RePEc/bocode/o/oaxaca.dta oaxaca lnwage educ exper tenure, by(female) noisily
Code:
------------------------------------------------------------------------------
lnwage | Coefficient Std. err. z P>|z| [95% conf. interval]
-------------+----------------------------------------------------------------
overall |
group_1 | 3.440222 .0174874 196.73 0.000 3.405947 3.474497
group_2 | 3.266761 .0218522 149.49 0.000 3.223932 3.309591
difference | .1734607 .027988 6.20 0.000 .1186052 .2283163
endowments | .0852798 .015693 5.43 0.000 .0545222 .1160375
coefficients | .082563 .0255804 3.23 0.001 .0324263 .1326996
interaction | .005618 .010966 0.51 0.608 -.0158749 .0271109
-------------+----------------------------------------------------------------
endowments |
educ | .0510912 .012239 4.17 0.000 .0271031 .0750792
exper | .0254173 .0088089 2.89 0.004 .0081522 .0426824
tenure | .0087714 .0086201 1.02 0.309 -.0081238 .0256665
-------------+----------------------------------------------------------------
coefficients |
educ | -.0640559 .1193498 -0.54 0.591 -.2979772 .1698654
exper | -.0397237 .04058 -0.98 0.328 -.1192591 .0398117
tenure | .0420986 .0270201 1.56 0.119 -.0108598 .0950571
_cons | .1442439 .1340957 1.08 0.282 -.1185788 .4070667
-------------+----------------------------------------------------------------
interaction |
educ | -.0033202 .0062283 -0.53 0.594 -.0155274 .0088871
exper | -.0063464 .0066988 -0.95 0.343 -.0194758 .006783
tenure | .0152845 .0101496 1.51 0.132 -.0046084 .0351774
------------------------------------------------------------------------------

Comment