I am trying to decompose the gender wage gap into explained and unexplained factors using the Blinder Oaxaca decomposition technique using labour survey data. For the same, I ran the following command:
oaxaca log_monthlywages_salary_casual num_frml_edu tech_deg exp_n expsq_n mar_18 ss, by(gender) svy pooled
For this I had restricted my sample to wage earners.
After reading more literature I realised the selectivity bias and want to correct using the heckman two step procedure. Since my sample is restricted to wage earners and I had dropped all other categories such as unemployed, not willing to work, self-employed etc my lfpr (dependent variable) for the probit regression for heckman will always be 1. Should I expand the sample for this and then restrict it back for the Oaxaca eqn?
Related Posts with Heckman Procedure for Gender Wage Gap (Oaxaca Decomposition)
Create laggingsHello, I have a dataset of 1,791 firm-year observations. Now, I would like - for each firm-year obs…
How to export list/table to excel with blank row as group separatorHello, Hoping someone has a hack to insert a blank row as a group separator when I export a list to …
How can I Export Nested Probit Analysis Results to Word document?Hi all, I ran probit and margin with Stata 14.2 for six different years. I used the esttab command …
Appropriate regression modelMy dataset consists of an amount of lubricant added to a process at various times. The lubricant is …
reshaping to long with a string IDI want to reshape my data from wide to long. I implement: Code: reshape long MortgageloansthUSD2010…
Subscribe to:
Post Comments (Atom)
0 Response to Heckman Procedure for Gender Wage Gap (Oaxaca Decomposition)
Post a Comment