Dear all,
I'm currently running the Oaxaca-Blinder Decomposition on a binary outcome variable, stunting. I'm using the following command:
xi: oaxaca stunting i.sex i.feeding i.environment i.other-categorical-variables (iw=weight) , by (year) logit cluster(hh)
I calculate percentage of explained contribution for each significant variable using the following formula:
(endowment for individual variable/ overall endowments) *100.
However, the problem I'm running into is that the sum of the explained contributions i.e. when I added percentages for sex (50%), feeding (40%), and environment (40%) etc is greater than 100%. This does not make sense.
Is there something wrong with my code? Please guide. I will be very thankful for any assistance. Thank you so much!
Best wishes,
Hina.
Related Posts with Oaxaca-Blinder decomposition: percentage greater than 100
How to analyze interaction effects after fixed effects count data regression with panel?Hi Statalisters, My current project is using count data model to analyze panel data with fixed effe…
How to save subsets of a variable ? Code: * Example generated by -dataex-. To install: ssc install dataex clear input str6 id byte(inde…
Difference-in-Differences with Multiple Treatment Strengths/DosagesHi. I am trying to run a DiD regression to analyze the effect of education policy implementation on …
Sysuse auto/tabI have these two deliverables: 5. Find the mean, median, min and max winsorized Z-Score for the who…
Looping egen mean weightHi all, I am supposed to get a single mean_weight variable. Original egen code: egen weight_mean =…
Subscribe to:
Post Comments (Atom)
0 Response to Oaxaca-Blinder decomposition: percentage greater than 100
Post a Comment