Description Usage Arguments Value Examples
View source: R/04-recode_iycf.R
Function to recode relevant IYCF indicators for the Myanmar MCCT Programme evaluation study
1 2 3 4 5 | recode_iycf(
df,
core.columns = c("KEY", "geo_state", "geo_rural", "geo_villward", "sample_component",
"hh_mem_sex")
)
|
df |
A data.frame collected for the Myanmar MCCT Programme Evaluation Study containing IYCF/breastfeeding data |
core.columns |
A vector of variable names to include in resulting data.frame |
A data.frame of recoded IYCF indicators
1 2 | iycfDF <- create_iycf(df = iycf, x = hh, y = hhMembers)
recode_iycf(df = iycfDF)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.