I would like to run a Blinder-Oaxaca Decomposition on black-white differences. I have panel data where all variables are race-specific group averages.
i.e. I am currently running two regressions.
xtreg white_dependentvar white_indepdentvars i.timevar, fe
xtreg black_dependentvar black_indepdentvars i.timevar, fe
I want to do an Blinder-Oaxaca decomposition of the differences. Is this possible and if so is there an existing Stata command for it?
It does not seem that the oaxaca command will work, since I have different variables for the two groups.
(Note that I do not have individual level data, so I cannot decompose the group averages to get data in a format that works with the oaxaca command).
Related Posts with Blinder-Oaxaca Decomposition with group specific variables
Calculating change using last nonmissing valueHello I am trying to calculate the change in dividend for many firms over time, based on daily stock…
Graph Restrict AxesHi all, Recently switched to STATA from RStudio and encountering a rather mundane issue with graphi…
interaction termHello, I want to apply Burrill 2007 method for interaction term, to avoid multicollinearity. Burril…
one of row is non missing then replace first row of each IDDear Listers, Each ID has long rows for the ID and an indicator - complete_surgical. I want to chan…
Convert variable to percentileHow can I convert values of a variable to percentiles 0-100? I have tried pctile but it does not gi…
Subscribe to:
Post Comments (Atom)
0 Response to Blinder-Oaxaca Decomposition with group specific variables
Post a Comment