hv_hiv_pos {surveyPrev} | R Documentation |
HA_HIVP_W_HIV hv_hiv_pos "HIV positive test result"
hv_hiv_pos(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 = "HA_HIVP_W_HIV",
year = 2018)
data <- getDHSindicator(dhsData, indicator = NULL,
FUN = surveyPrev::hv_hiv_pos)
## End(Not run)