Description Usage Arguments Value Examples
View source: R/24-create_tables.R
This function performs an exact binomial test on the data for the indicator of interest and provides an estimate of the indicator proportion and the corresponding 95% confidence interval. This assumes that the probability weights of selection of an respondent are equal (given that sample has been taken using probability proportional to population size, this assumption holds true unless otherwise stated).
1 |
df |
A recoded data.frame of indicators |
var |
Indicator to create a results table for |
A data.frame of indicator results with 95% confidence limits for each state in total and disaggregated by urban, rural and hard-to-reach areas.
1 2 3 4 | ## Recode anthro indicators
temp <- recode_anthro(df = create_canthro(df = childAnthro, x = anthroDF))
create_table(df = temp, var = "global.haz")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.