Code:
oaxaca logGRSSWK $wageeq, by(DIS) model1(heckman, twostep select($seleq)) model2(heckman, twostep select($seleq)) weight(1) noisily relax
However, when delving into disability, assessing its extent (DISTYPE =1 if work-limited disabled, 2 if daily activity-limited disabled, 4 = non-disabled), i.e:
Code:
oaxaca logGRSSWK $wageeq if inlist(DISTYPE,1,4), by(DISTYPE) model1(heckman, twostep select($seleq)) model2(heckman, twostep select($seleq)) weight(0) relax
I wish to assess the correction using Heckman regarding lambda but without the output tables I am unsure if I can.
I initially thought it may be due to small sample size, i.e:
HTML Code:
tab DISTYPE if logGRSSWK != . RECODE of | DISEXT | Freq. Percent Cum. -------------+----------------------------------- WLD | 122 9.45 9.45 DALD | 94 7.28 16.73 Non-disabled | 1,075 83.27 100.00 -------------+----------------------------------- Total | 1,291 100.00
Any help regarding this issue would be greatly appreciated, many thanks.
0 Response to Heckman output does not show with Oaxaca-Blinder Decomposition
Post a Comment