Description Usage Arguments Value Examples
View source: R/03-recode_anthro.R
Function to recode maternal MUAC indicators
1 2 3 4 5 6 | recode_maternal_anthro(
df,
x,
y,
core.columns = c("dob", "geo_state", "geo_rural", "geo_villward")
)
|
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 |
A data.frame of recoded MUAC measurements
1 | recode_maternal_anthro(df = motherAnthro, x = anthroDF, y = childAnthro)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.