I study wage differential between migrant and natives and I use oaxaca as below
for the wage decomposition. I read the STATA journal by Ben Jann (2008) for a guide on how to use Blinder-Oaxaca decomposition framework in STATA. The problem is that in Jann paper the regressors are the same for males and females but in my work immigrants have additional regressors (e.g., year of immigration, migrant cohort, country of origin and etc). How can I specify different regressors for groups in Oaxaca framework?
Code:
oaxaca depvar [indepvars] [if] [in] [weight], by(groupvar) [options]
Comment