The DHS Program User Forum
Discussions regarding The DHS Program data and results
Home » Topics » Malaria » Calculating malaria prevalence (Tanzania: Standard AIS, 2011-12)
Re: Calculating malaria prevalence (Tanzania: Standard AIS, 2011-12) [message #11255 is a reply to message #11236] Wed, 23 November 2016 16:11 Go to previous message
Liz-DHS
Messages: 1516
Registered: February 2013
Senior Member
A response from malaria expert, Dr. Lia Florey,
Hi Nina,

It looks as though you are using the correct approach. When examining this particular dataset I see that a crosstab of hml33 and hml32 produces some unusual results. Same with the crosstab of hml33 and hml35. In order to replicate the estimates from the final report I would recommend the following changes to your code:
*Proportion of children 6-59 months old with malaria infection (microscopy) by Region
svy: mean micmalpos if hc1>=6 & hc1<=59 & hv103==1 & (hml32==0|hml32==1), over(hv024)

*Proportion of children 6-59 months old with malaria infection (mRDT) by Region
svy: mean rdtmalpos if hc1>=6 & hc1<=59 & hv103==1 & (hml35==0|hml35==1), over(hv024)

The hv103 specifies that children who slept in the household the night before the survey (de facto). 
You might also try running tabulations instead of means:
svy: tab hv024 micmalpos if hc1>=6 & hc1<=59 & hv103==1 & (hml32==0|hml32==1), row ci per
svy: tab hv024 rdtmalpos if hc1>=6 & hc1<=59 & hv103==1 & (hml35==0|hml35==1), row ci per

I hope that this solves your problem.

Best,
Lia
 
Read Message
Read Message
Previous Topic: How to declare data survey with complex design by Stata
Next Topic: Barriers to the utilization of malaria preventive measures in Nigeria among pregnant women - Variabl
Goto Forum:
  


Current Time: Mon Apr 29 08:52:23 Coordinated Universal Time 2024