recode_maternal_anthro: Function to recode maternal MUAC indicators

Description Usage Arguments Value Examples

View source: R/03-recode_anthro.R

Description

Function to recode maternal MUAC indicators

Usage

1
2
3
4
5
6
recode_maternal_anthro(
  df,
  x,
  y,
  core.columns = c("dob", "geo_state", "geo_rural", "geo_villward")
)

Arguments

df

A data.frame collected for the Myanmar MCCT Programme Evaluation Study containing maternal mid-upper arm circumference data

x

A data.frame collected for the Myanmar MCCT Programme Evaluation Study containing identifying information that will be linked to the mother anthropometry data

y

A data.frame collected for the Myanmar MCCT Programme Evaluation Study containing child anthropometry data to get associated information that will be linked to the mother anthropometry data

core.columns

A vector of variable names to include in resulting

Value

A data.frame of recoded MUAC measurements

Examples

1

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