get_weighted_descriptives: A function to create a mean, standard deviation and CIs for...

Description Usage Arguments Value Examples

View source: R/HandleDescriptives.R

Description

A function to create a mean, standard deviation and CIs for sample weighted data

Usage

1

Arguments

x

A vector of values to be summarised. No NAs.

y

A vector of weights for each of the values in x

Value

A numeric vector containing the weights mean, SD & upper and lower values of 95

Examples

1
get_weighted_descriptives(languageability,sampleweights)

cbannard/imputools documentation built on May 13, 2020, 9:42 a.m.