The DHS Program User Forum
Discussions regarding The DHS Program data and results
Home » Countries » Bangladesh » Estimates on birth registration do not match for wealth index
Re: Estimates on birth registration do not match for wealth index [message #19367 is a reply to message #19366] Fri, 05 June 2020 11:48 Go to previous messageGo to previous message
Trevor-DHS is currently offline  Trevor-DHS
Messages: 789
Registered: January 2013
Senior Member
You have two problems with your code:
1) In your recoding of hv140 you are dropping a number of cases. To match DHS results use the following. This recodes "don't know" and missing responses to 0, but restricts the recoding just to children age 0-4
recode hv140 (0=0) (1/2=1) (else = 0) if hv102==1 & hv105<5, gen(birthreg)
2) You are tabulating the data unweighted. To match the results you must tabulate the data using the weights.
svy: tab birthreg
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Mother's BMI
Next Topic: How to calculate mother's age at most recent birth (last birth) in BDHS 2011
Goto Forum:
  


Current Time: Fri Apr 19 15:05:50 Coordinated Universal Time 2024