View source: R/who_method_cs_analysis.R
estimate_cs_values | R Documentation |
A function to obtain binary var (e.g., coverage: yes / no) estimates with CI from WHO method CS clean data.
estimate_cs_values(var, part, design, level = 0.95, degf = NA)
var |
A string denoting the name of the variable to analyse. |
part |
A string denoting the name of the variable to use for partitioning the data . |
design |
A survey package design object. |
level |
Confidence level for interval |
degf |
Degrees of freedom. By default NA, which call uses the svyciprop default |
A data frame containing the survey estimates for the inputted variable over the inputted administrative disaggregation (commonly the implementation unit) for the survey groups (SAC and/or adults) over all individuals, disaggregated by sex and (for SAC) by school attendance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.