Description Usage Arguments Value Examples
View source: R/19-recode_mcct.R
Function to recode MCCT-related indicators for the Myanmar MCCT Programme Evaluation survey
1 2 3 4 | recode_mcct(
df,
core.columns = c("KEY", "geo_rural", "geo_state", "geo_villward", "sample_component")
)
|
df |
A data.frame collected for the Myanmar MCCT Programme Evaluation Study containing MCCT-related data |
core.columns |
A vector of variable names to include in resulting data.frame |
A data.frame of recoded MCCT-related indicators
1 2 3 | ## Recode MCCT-related indicators
mcctDF <- create_mcct(df = hh, x = hhMembers)
recode_mcct(df = mcctDF)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.