The DHS Program User Forum
Discussions regarding The DHS Program data and results
Home » Countries » Bangladesh » Calculation of stunting from PR dataset
Calculation of stunting from PR dataset [message #14552] Sat, 21 April 2018 02:53 Go to next message
anikhpg42@gmail.com is currently offline  anikhpg42@gmail.com
Messages: 38
Registered: December 2017
Location: Bangladesh
Member

Hi,
I have calculated the prevalence of stunting from BDHS'14 KR file.
But, from PR file, how can I estimate the stunted children under age 5. I want to take all the children
under age 5 from each available household.

In stata, for calculating stunting from KR file, I used the following command:

**child stunting calculation
codebook hw70
tab hw70 if hw70>9990,m
tab hw70 if hw70>9990, m nolabel
gen HAZ=hw70
replace HAZ=. if HAZ>=9996
//histogram HAZ
gen stunted=.
replace stunted=0 if HAZ~=.
replace stunted=1 if HAZ<-200
label define stunted 0 "> or = -2" 1 "< -2"
label variable stunted "Child height-for-age z score"
label values stunted stunted
svy: tab stunted


ASIBUL ISLAM ANIK
Re: Calculation of stunting from PR dataset [message #14623 is a reply to message #14552] Mon, 23 April 2018 08:58 Go to previous messageGo to next message
Bridgette-DHS is currently offline  Bridgette-DHS
Messages: 3013
Registered: February 2013
Senior Member

Following is a response from Senior DHS Stata Specialist, Tom Pullum:

The title of your post refers to the PR file, but your question mentions the KR file, which is a little confusing. Your Stata code is fine. To get the stunting estimate from the PR file, rather than the KR file, the only change would be to use hc70, rather than hw70. Corresponding variables have the prefix hc in the PR file and hw in the KR file. The estimates in DHS reports use the PR file because it includes all children in the household. For a child to be in the KR file, the child's mother must be alive and in the same household as the child. We would only use the KR file for stunting if we wanted to relate that outcome to other variables that are only in the KR (or IR) file.

Re: Calculation of stunting from PR dataset [message #14628 is a reply to message #14623] Mon, 23 April 2018 15:08 Go to previous message
anikhpg42@gmail.com is currently offline  anikhpg42@gmail.com
Messages: 38
Registered: December 2017
Location: Bangladesh
Member

Sorry for the title..But thanks a lot Tom for the solution. :-)

ASIBUL ISLAM ANIK
Previous Topic: Postnatal care for mother variables
Next Topic: How to create media exposure?
Goto Forum:
  


Current Time: Tue Mar 19 03:49:32 Coordinated Universal Time 2024