Description Usage Arguments Value Examples
Function to get number of samples used to calculate indicator stratified by wealth
1 | get_n_wealth(df, ppiDF = recode_ppi(df = hh), vars)
|
df |
A data.frame of recoded indicator variables |
ppiDF |
A data.frame produced when |
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 wealth strata
1 2 | get_n_wealth(df = recode_mcct(create_mcct(df = hh, x = hhMembers)),
vars = c("mcct1", "mcct2"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.