The DHS Program User Forum
Discussions regarding The DHS Program data and results
Home » Topics » Child Health » child immunization
Re: child immunization [message #24593 is a reply to message #24591] Mon, 06 June 2022 10:00 Go to previous messageGo to previous message
Shireen-DHS is currently offline  Shireen-DHS
Messages: 140
Registered: August 2020
Location: USA
Senior Member
Dear Adis,

Although I am not familiar with this indicator, I don't believe you need to drop any children. The vaccination variables are binary variables with zeros and ones so we know who did not get the vaccine.

After running the correct do file (CH_VAC.do) and selecting live children from the correct age group as you have done, you can use the following variables for the calculation in the formula you show:

gen penta= ((ch_pent1_either - ch_pent3_either)/ch_pent1_either)*100
gen measles= ((ch_pent1_either-ch_meas_either)/ch_pent1_either)*100

This gives an unweighted number of children of 727 which is the number of children that had the dpt1 (ch_pent1_either) vaccine.

For your question on the number of children, you need to apply sample weights to get the correct number. This is for all estimates including the above. To do this you first calculate the weight variable as follows:

gen wt=v005/1000000

Then apply it to your tabulations, all tabulations:
*this gives the weighted number of 1028
tab b5 [iw=wt]

*this gives the weighted number of 785
tab penta [iw=wt]

Thank you.

Best,
Shireen Assaf
The DHS Program
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: questionnaire and dataset
Next Topic: Child vaccination
Goto Forum:
  


Current Time: Thu Apr 18 18:22:56 Coordinated Universal Time 2024