Description Usage Arguments Value Examples
View source: R/09-recode_anthro.R
Function to recode child anthropometric indicators and calculate anthropometric z-scores
1 2 3 4 5 6 | recode_anthro(
df,
core.columns = c("spid", "cid", "did", "eid", "motherID", "m2"),
flag = TRUE,
cases = TRUE
)
|
df |
A coverage data.frame collected for the Liberia Coverage Survey |
core.columns |
A vector of variable names to include in resulting data.frame |
flag |
Logical. Should WHO flagging criteria be applied to the z-scores? Default is TRUE. |
cases |
Logical. Should cases of child undernutrition be assessed? Default is TRUE. |
A data.frame of recoded anthropometric measurements and z-scores
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.