Dear all,
after using the Blinder-Oaxaca decompostion to decompose the African American/ White wage differential into an explained and an unexplained part seperatly for metropolitan (pwtype==1) and non-metropolitan (pwtype==0) areas I want to analyze if the unexplained wage differential is significantly different between metropolitan and non-metropolitan areas. The short form of my Oaxaca decompositions are:
oaxaca lnincwage sex educ educ2 lambda2 if pwtype==0, by(black) reference(betanonmetro) adjust(lambda2) noisily
estimate store ox1
oaxaca lnincwage sex educ educ2 lambda2 if pwtype==1, by(black) reference(betametro) adjust(lambda2) noisily
estimate store ox2
I wanted to do an unequal ttest now. I found codes which used suest but when I tried: suest ox1 ox1
I got the error message: ox1 was estimated with a nonstandard vce (robust)
Including vce(analytic) in the oaxaca was not possible.
I would appreciate it a lot if you could help me. Thank you very much!
Related Posts with Compare the unexplained wage differential of the Blinder-Oaxaca decomposition between two groups
Very Short code ?I'm using Stata 15.1 and I'm trying to replicate an example from the UCLA Statistical consulting sit…
summarize juxtaposed variables as oneDear Stata users, Suppose we have a household survey data. And we have ages of every family members…
Binary moderator variable and independent variableHi! I am new with statalist, so hopefully this is how to use it. But I am currently doing my thesi…
Distance between latent score and lower cutoff after Ordered Probit?Dear colleagues, I have regressed an ordered ordinal outcome y = {1,2,3,4,5,6,8.9,10} on explanator…
) required r(100) (Hard time changing labels)Hello everyone, I am taking my first course in econometrics and therefore very much an amateur. At…
Subscribe to:
Post Comments (Atom)
0 Response to Compare the unexplained wage differential of the Blinder-Oaxaca decomposition between two groups
Post a Comment