Description Usage Arguments Value
Produce standard DHS weighted estimates and intervals for proportions.
1 | jackknife_estimates(data, yes, count, weight, grouping = NULL)
|
data |
data frame containing required columns. |
yes |
unquoted column name containing count of 'yes' responses. |
count |
unquoted column name containing count of people asked the question. |
weight |
survey weight |
grouping |
character vector of column names used for grouping |
data frame with columns for 'estimate', 'sd', 'lb', and 'ub', corresponding to the jackknife mean, standard deviation, mean - 2 * sd, and mean + 2 * sd
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.