percent_with_confints_select_multiple: Weighted percentages with confidence intervals for select...

Description Usage Arguments Details Value

View source: R/summary_statistics.R

Description

Weighted percentages with confidence intervals for select multiple questions

Usage

1
2
percent_with_confints_select_multiple(dependent.var, dependent.var.sm.cols,
  design, na.rm = TRUE, confidence_level = 0.95)

Arguments

dependent.var

string with the column name in ‘data' of the dependent variable. Should be a ’select multiple.

dependent.var.sm.cols

a vector with the columns indices of the choices for the select multiple question. Can be obtained by calling choices_for_select_multiple(question.name, data)

design

the svy design object created using map_to_design or directly with svydesign

confidence_level

the confidence level to be used for confidence intervals (default: 0.95)

Details

this function takes the design object and the name of your dependent variable when this one is a select multiple. It calculates the weighted percentage for each category.

Value

A table in long format of the results, with the column names dependent.var, dependent.var.value, independent.var (= NA), independent.var.value (= NA), numbers, se, min and max.


mabafaba/hypegrammaR documentation built on Oct. 2, 2019, 11:33 a.m.