recode_chealth: Function to recode child health indicators for the Myanmar...

Description Usage Arguments Value Examples

View source: R/06-recode_chealth.R

Description

Function to recode child health indicators for the Myanmar MCCT Programme Evaluation Survey

Usage

1
2
3
4
recode_chealth(
  df,
  core.columns = c("KEY", "geo_state", "geo_rural", "geo_villward", "sample_component")
)

Arguments

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

Value

A vector of recoded child health indicators

Examples

1
2
chealth <- create_chealth(df = childHealth, x = hh, y = hhMembers)
recode_chealth(df = chealth)

validmeasures/myanmarMCCTdata documentation built on March 29, 2020, 10:27 p.m.