jackknife_estimates: Produce standard DHS weighted estimates and intervals for...

Description Usage Arguments Value

Description

Produce standard DHS weighted estimates and intervals for proportions.

Usage

1
jackknife_estimates(data, yes, count, weight, grouping = NULL)

Arguments

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

Value

data frame with columns for 'estimate', 'sd', 'lb', and 'ub', corresponding to the jackknife mean, standard deviation, mean - 2 * sd, and mean + 2 * sd


sakrejda/pdhs documentation built on May 28, 2019, 9:51 a.m.