Description Usage Arguments Value Examples
View source: R/14-recode_delivery.R
Function to recode the birth/delivery indicators for the Myanmar MCCT Programme Evaluation survey
1 2 3 4 | recode_birth(
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 birth/delivery data |
core.columns |
A vector of variable names to include in resulting data.frame |
A data.frame of recoded birth/delivery indicators
1 2 3 | ## Recode birth/delivery indicators
x <- create_anc(df = anc2, x = hh, y = hhMembers, status = "past")
recode_birth(df = x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.