ch_novac_either {surveyPrev} | R Documentation |
CH_VACS_C_NON KR Children with no vaccinations (age 12-23)
ch_novac_either(Rdata)
Rdata |
data.frame from survryPrev::getDHSdata |
A partially processed data.frame that will be used in survryPrev::getDHSindicator. The whole function can be used as a parameter in survryPrev::getDHSindicator
Qianyu Dong
## Not run:
dhsData <- getDHSdata(country = "Zambia",
indicator = "CH_VACS_C_NON",
year = 2018)
data <- getDHSindicator(dhsData, indicator = NULL,
FUN = surveyPrev::ch_novac_either)
## End(Not run)