The DHS Program User Forum
Discussions regarding The DHS Program data and results
Home » Countries » Ethiopia » Calculating Timing of First PNC check up from EDHS 2011
Re: Calculating Timing of First PNC check up from EDHS 2011 [message #14823 is a reply to message #14813] Mon, 07 May 2018 13:36 Go to previous messageGo to previous message
Bridgette-DHS is currently offline  Bridgette-DHS
Messages: 3083
Registered: February 2013
Senior Member
Following is a response from DHS Senior Research Associate, Lindsay Mallick:

Although the table does not specify, the column "Percentage of women with a postnatal checkup in the first two days after birth" is based on whether the woman had PNC in the first 2 days and the check was performed by a skilled provider. You can recreate the table with the following code:

use NPIR60FL.dta, clear

*most recent child born in last two years
gen b19 = v008 - b3_01

*timing of pnc for most recent birth
recode m51_1 ( 100/202 =2 "PNC within 2 days") (203/305= 1 "PNC 3-41 days") (900/1000 =9 "Don't know, missing") (else=0 "No PNC or after 41 days") if b19<24, gen(pnctime)

*tabulate with weights
ta pnctime [iw=v005/1000000]

*pnc in 2 days by a skilled provider
gen pnc2d = 0 if b19<24
replace pnc2d = 1 if pnctime==2 & m52_1 <30 & b19<24

*tabulate
ta pnc2d [iw=v005/1000000]

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Weights not allowed for Model analysis??
Next Topic: Replicate Weighted/Unweighted Number of Children
Goto Forum:
  


Current Time: Mon Jun 17 08:10:13 Coordinated Universal Time 2024