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