ml_hhaccess {surveyPrev} | R Documentation |
ML_ITNA_P_ACC Households with at least one insecticide-treated mosquito net (ITN) for every two persons who stayed in the household the previous night Persons with access to an insecticide-treated mosquito net (ITN) ML_NETS_HH.do HR Households with >1 ITN per 2 household members Percentage of households with at least one ITN for every 2 persons who stayed in the household last night
Description
ML_ITNA_P_ACC Households with at least one insecticide-treated mosquito net (ITN) for every two persons who stayed in the household the previous night Persons with access to an insecticide-treated mosquito net (ITN) ML_NETS_HH.do HR Households with >1 ITN per 2 household members Percentage of households with at least one ITN for every 2 persons who stayed in the household last night
Usage
ml_hhaccess(Rdata)
Arguments
Rdata |
data.frame from survryPrev::getDHSdata |
Value
A partially processed data.frame that will be used in survryPrev::getDHSindicator. The whole function can be used as a parameter in survryPrev::getDHSindicator
Author(s)
Qianyu Dong
Examples
## Not run:
dhsData <- getDHSdata(country = "Zambia",
indicator = "ML_ITNA_P_ACC",
year = 2018)
data <- getDHSindicator(dhsData, indicator = NULL,
FUN = surveyPrev::ml_hhaccess)
## End(Not run)
[Package surveyPrev version 1.0.0 Index]