The DHS Program User Forum
Discussions regarding The DHS Program data and results
Home » Countries » Bangladesh » Child Nutrition data set
Re: Child Nutrition data set [message #290 is a reply to message #181] Wed, 10 April 2013 10:48 Go to previous messageGo to previous message
Bridgette-DHS is currently offline  Bridgette-DHS
Messages: 3060
Registered: February 2013
Senior Member
Here is a response from one of our Senior Data Processing Specialists, Lady Ortiz, that should answer your questions.

If you want to replicate the figures from table 11.1, you are using the wrong file. You should be using the Household Members ( "PR") data file, which has all the members listed in the household. The Children ("KR") data file contains only ever born children 0-59 months of age, from women with completed interviews.

The weight variable should be HV005 and should be divided by a million because of the 6 implicit decimals. Please see below, a sample syntax in SPSS.

*// [ Calculating weight ] *.
COMPUTE rweight = HV005 / 1000000.
WEIGHT BY rweight.

*// This table is only for defacto living children 0-59 months old, with valid data in HC70 .
SELECT IF ( HV103 = 1 & HC1 >= 0 & HC1 <= 59 & HC70 <= 9990).
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: question on net attendance rate (NAR)
Next Topic: Calculating the current use of contraceptive by age group
Goto Forum:
  


Current Time: Wed May 15 12:37:24 Coordinated Universal Time 2024