The DHS Program User Forum
Discussions regarding The DHS Program data and results
Home » Countries » Uganda » Unmet Need and Demand Satisfied in 2011 Uganda DHS (Unmet Need and Demand Satisfied in 2011 Uganda DHS)
Unmet Need and Demand Satisfied in 2011 Uganda DHS [message #16212] Mon, 26 November 2018 10:44 Go to next message
cgreenba is currently offline  cgreenba
Messages: 18
Registered: October 2017
Member
Dear all,

I am working on a report looking at demand satisfied among youth across different DHS surveys and am having a difficult time matching the unmet need (new definition with v626a) and demand satisfied numbers that I am getting in Stata with the estimates in StatCompiler for the 2011 Uganda DHS.

Here are the estimates that I get in Stata:
Unmet need (all women) 15-19: 7.8%
Unmet need (all women) 20-24: 25.3%
Unmet need (all women) 15-24: 15.5%
Demand satisfied by modern methods (all women) 15-19: 41.5%
Demand satisfied by modern methods (all women) 20-24: 41.8%
Demand satisfied by modern methods (all women) 15-24: 41.7%

Here are the estimates that StatCompiler lists:
Unmet need (all women) 15-19: 10.5%
Unmet need (all women) 20-24: 27.5%
Unmet need (all women) 15-24: 18.1%
Demand satisfied by modern methods (all women) 15-19: 34.9%
Demand satisfied by modern methods (all women) 20-24: 39.9%
Demand satisfied by modern methods (all women) 15-24: 38.4%

Is anyone aware of why I might be seeing these discrepancies? Is StatCompiler using a different sample, even in the indicator marked all women? Do I need to used a different weighting scheme other than the sample weights provided? I tried to match using the earlier definition of unmet need at as well, but that did not work. Any help or information would be greatly appreciated!

Here is my code in case it helps:
gen indiv_weight = v005/1000000

gen modern_contraception=0
replace modern_contraception=1 if v313==3
replace modern_contraception=. if v313==.

gen any_contraception=0
replace any_contraception=1 if v313==3 | v313==1 | v313==2
replace any_contraception=. if v313==.

gen unmet_need=0
replace unmet_need=1 if v626a==1 | v626a==2
replace unmet_need=. if v626a==. | v626a==.a | v626a==.b

gen demand_satisfied=.
replace demand_satisfied=0 if unmet_need==1
replace demand_satisfied=0 if v313==0 | v313==1 | v313==2
replace demand_satisfied=1 if v313==3
replace demand_satisfied=. if unmet_need==0 & any_contraception==0 | unmet_need==. | modern_contraception==.

proportion unmet_need if v013==1 | v013==2 [pweight = indiv_weight]
proportion unmet_need if v013==1 [pweight = indiv_weight]
proportion unmet_need if v013==2 [pweight = indiv_weight]
proportion demand_satisfied if v013==1 | v013==2 [pweight = indiv_weight]
proportion demand_satisfied if v013==1 [pweight = indiv_weight]
proportion demand_satisfied if v013==2 [pweight = indiv_weight]

Thank you so much!

Best regards,
Charlotte
Re: Unmet Need and Demand Satisfied in 2011 Uganda DHS [message #16328 is a reply to message #16212] Thu, 13 December 2018 15:24 Go to previous message
Trevor-DHS is currently offline  Trevor-DHS
Messages: 787
Registered: January 2013
Senior Member
Please post your question in one forum only. Your question is answered here.
Previous Topic: Uganda 2016 now in IPUMS-DHS
Next Topic: Uganda DHS 2001 sampling information
Goto Forum:
  


Current Time: Thu Mar 28 16:07:24 Coordinated Universal Time 2024