The DHS Program User Forum
Discussions regarding The DHS Program data and results
Home » Countries » Ethiopia » Cesarean section trends and associated factors (maching result with EDHS report tables in each survey )
Cesarean section trends and associated factors [message #18206] Tue, 15 October 2019 03:12 Go to next message
Shumetkassaw1@gmail.com is currently offline  Shumetkassaw1@gmail.com
Messages: 5
Registered: October 2019
Member
I am using the 2000,2005,2011 and 2016 Ethiopian DHS to see Cesarean section trends(rate of Cesarean section trends and associated factors ) using IR file. However I am having difficulties matching the total number of delivers and Cesarean section of last birth preceding the survey with the report table of EDHS using STATA . I have applied the weight V005/1000000 and created a variable = wt).i am using in STATA command by writing:.
tab m17*1[iweight=wt] if v101==3,even i am using v 401 instead of m17*1 but the result is different to the report table
my second question is haw to treat missing value in this analysis because I could find dot(.)
Re: Cesarean section trends and associated factors [message #18244 is a reply to message #18206] Fri, 18 October 2019 15:00 Go to previous message
lmallick is currently offline  lmallick
Messages: 22
Registered: June 2019
Member
Dear user,

Please be sure to use the KR file and not the IR file. The denominator is number of births to interviewed women. Missing cases are included in the denominator.

You can use the following code:

gen csec = 0
replace csec = 1 if m17==1

tab m17 csec [iw=v005/1000000],m

Please see these tips on matching tables: https://blog.dhsprogram.com/final-report-tables/
The Guide to Statistics: https://dhsprogram.com/pubs/pdf/DHSG1/Guide_to_DHS_Statistic s_DHS-7.pdf
Or the GitHub for additional programs: https://github.com/DHSProgram/DHS-Indicators-Stata
Previous Topic: Where can I find ethnicity codes
Next Topic: Mismatch in Ethiopia dataset
Goto Forum:
  


Current Time: Fri Apr 19 10:30:30 Coordinated Universal Time 2024