The DHS Program User Forum
Discussions regarding The DHS Program data and results
Home » Topics » Nutrition and Anthropometry » Calculate Prevalence of Anemia in BDHS 2011
Calculate Prevalence of Anemia in BDHS 2011 [message #4062] Wed, 25 March 2015 05:50 Go to next message
shopnobaz is currently offline  shopnobaz
Messages: 4
Registered: March 2015
Location: Dhaka
Member
I am working on children health status and I am using BDHS 2011 data set. I want to reproduce Table 11.7 in BDHS 2011 report. The HW57 variable in BDKR51FL file gives the observation for anemia 2283, but in report total observation is 2353! Why this difference is happening? Could anybody help me to explain the reason behind this as well as SPSS/STATA code to reproduce this? Here I have attached the table.
Re: Calculate Prevalence of Anemia in BDHS 2011 [message #4112 is a reply to message #4062] Wed, 01 April 2015 21:57 Go to previous messageGo to next message
Liz-DHS
Messages: 1516
Registered: February 2013
Senior Member
Dear User,
Your post has been referred to one of our experts. We will post as soon as we have a response. Thank you!
Re: Calculate Prevalence of Anemia in BDHS 2011 [message #4121 is a reply to message #4112] Thu, 02 April 2015 11:11 Go to previous messageGo to next message
Trevor-DHS is currently offline  Trevor-DHS
Messages: 787
Registered: January 2013
Senior Member
This table is calculated with all de facto children in the household, not just children of interviewed women, so it needs to be tabulated from the person's recode file as follows:

use "BDPR61FL.DTA"
recode hc56 (0/69=3 "Severe anemia")(70/99=2 "Moderate anemia")(100/109=1 "Mild anemia")(110/250=0 "Not anemic")(999=.), g(anemiac) 
tab anemiac if hc1 >= 6 & hc1 <= 59 & hv103==1 [iw=hv005/1000000]
Re: Calculate Prevalence of Anemia in BDHS 2011 [message #12621 is a reply to message #4121] Fri, 23 June 2017 15:16 Go to previous messageGo to next message
krritter is currently offline  krritter
Messages: 8
Registered: February 2017
Location: US
Member
Does DHS have a bottom score on hemoglobin? For example, if a child had a hemoglobin level of 1.2 g/dl, would DHS call this invalid? I'm seeing all sorts of low values across countries (even a few that are zero or negative - madagascar).
Thanks,
Karen


Karen
Re: Calculate Prevalence of Anemia in BDHS 2011 [message #12676 is a reply to message #12621] Wed, 28 June 2017 23:26 Go to previous messageGo to next message
Liz-DHS
Messages: 1516
Registered: February 2013
Senior Member
Dear User,
Here is a portion from the Editing Manual for one of our DHS surveys. Corrections are only made if there is evidence a transcription error occurred and a paper questionnaire exists so one can check. This might help. If you still have questions, please feel free to post again.

Quote:


The HemoCue machine used to determine hemoglobin levels has a linear range of values that goes from 0 to 25.6 g/dL. Hemoglobin levels below 2.0 or above 25.6 are not possible for living human beings. If there is evidence of a transcription error (for example, a value of 6.0 was recorded as 60.0 or a value of 13.5 was recorded as 31.5), make the appropriate correction. If there is no evidence of a transcription error and the values were entered correctly, leave the data as it is. Hemoglobin levels outside of those ranges will not be taken into consideration to determine anemia levels at the time of data analysis.



Thank you!
Re: Calculate Prevalence of Anemia in BDHS 2011 [message #14663 is a reply to message #4121] Thu, 26 April 2018 12:03 Go to previous message
umeshg is currently offline  umeshg
Messages: 6
Registered: December 2017
Location: Kathmandu
Member

Hi Trevor,
In table 11.7 (Prevalence of anemia in children), 2011 NDHS report, the denomerator is 2198 children. The number I got is 2207. I crosschecked it many times, its not matching at all. Can you help me out?
Previous Topic: how to recode scores
Next Topic: Variable Use
Goto Forum:
  


Current Time: Fri Mar 29 10:14:41 Coordinated Universal Time 2024