Description Usage Arguments Value Examples
Function to get number of samples used to calculate indicator stratified by geographic area
1 | get_n_area(df, vars)
|
df |
A data.frame of recoded indicator variables |
vars |
A character vector of variable names to get number of samples for |
A table of numeric values of number of samples use to calculate specific indicators by area strata
1 2 3 | get_n_area(df = recode_anthro(df = create_canthro(df = childAnthro,
x = anthroDF)),
vars = c("global.haz", "moderate.haz", "severe.haz"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.