Description Usage Arguments Value Examples
Perform classification analysis of WASH indicators by varying stratification using lot quality assurance sampling (LQAS)
1 | classify_indicators(indicators, vars, upper = 0.8, lower = 0.5, strata)
|
indicators |
A data frame containing indicators data |
vars |
A character vector of variables names to classify |
upper |
Upper standard for lot quality assurance sampling. Default is 0.80 |
lower |
Lower standard for lot quality assurance sampling. Default is 0.50 |
strata |
Level of stratification to which classification results are to
be made. Possible values are |
A data frame containing classification results per indicator per stratification
1 2 3 4 | #
classify_indicators(indicators = washdata::indicatorsDataBGD,
vars = c("jmpWater1", "jmpWater2", "jmpWater3", "jmpWater4"),
strata = "slum")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.