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
Can I take fixed effects( such as country id) as a continues covariate to controlHi guys, I am using a cross-section data to run 2sls regression. And there is a bunch of dummies com…
Help creating new variable using regression and fitted values, and creating a rolling average chartDear all, Hope all is well. Context: I am in the process of regressing director-turnover on the bo…
Using loop to create state-codes for statesHi, I have the following states. I want to assign a 2-digit code to each state. The dataex is given…
Egen with weights?Hello, I am new to Stata and I am trying to calculate the proportion of women in different regions …
How to plot these graphs?Dear all, I want to plot two graphs shown pictures below. I would appreciate if anyone can help me …
Subscribe to:
Post Comments (Atom)
0 Response to Compare the unexplained wage differential of the Blinder-Oaxaca decomposition between two groups
Post a Comment