The DHS Program User Forum
Discussions regarding The DHS Program data and results
Home » Countries » India » Skilled assistance for the most recent live birth in the last 5 years preceding the survey (NFHS-4)
Re: Skilled assistance for the most recent live birth in the last 5 years preceding the survey (NFHS-4) [message #29158 is a reply to message #29155] Wed, 01 May 2024 13:53 Go to previous messageGo to previous message
Bridgette-DHS is currently offline  Bridgette-DHS
Messages: 3171
Registered: February 2013
Senior Member
Here is a response from Senior DHS Staff Member, Tom Pullum:

The following lines will construct the outcome variable. As is stated in the note at the bottom of the table, it is possible for the respondent to have had multiple categories of persons present at the delivery. Therefore you need to fill in the codes in reverse sequence, so that the more skilled categories will over-write the less skilled categories.

use "...IAKR74FL.DTA", clear

gen provider=8
replace provider=7 if m3n==1
replace provider=6 if m3k==1
replace provider=5 if m3h==1
replace provider=4 if m3g==1
replace provider=3 if m3c==1
replace provider=2 if m3b==1
replace provider=1 if m3a==1

label define provider 1 "Doctor" 2 "Nurse etc." 3 "Other personnel" 4 "TBA" 5 "Friends" 6 "Other" 7 "Mo one" 8 "DK"
label values provider provider

tab provider [iweight=v005/1000000]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Men's BMI eligibility in NFHS5 PR File
Next Topic: Age in months of the most recent child born in the last five years in the IR file of NFHS-4
Goto Forum:
  


Current Time: Tue Oct 8 17:14:58 Coordinated Universal Time 2024