nt_ebf {surveyPrev} | R Documentation |
CN_BRFS_C_EXB Children exclusively breastfed NT_IYCF.do KR "Exclusively breastfed - last-born under 6 months" Children exclusively breastfed (Prevalence of exclusive breastfeeding of children under six months of age)
Description
CN_BRFS_C_EXB Children exclusively breastfed NT_IYCF.do KR "Exclusively breastfed - last-born under 6 months" Children exclusively breastfed (Prevalence of exclusive breastfeeding of children under six months of age)
Usage
nt_ebf(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 = "CN_BRFS_C_EXB",
year = 2018)
data <- getDHSindicator(dhsData, indicator = NULL,
FUN = surveyPrev::nt_ebf)
## End(Not run)
[Package surveyPrev version 1.0.0 Index]