cronbach_alpha: Compute Cronbach alpha with confidence interval

Description Usage Arguments Value Examples

View source: R/cronbach_alpha.R

Description

So far internal function.

Usage

1
cronbach_alpha(Data, ci = TRUE, ci_lvl = 0.95)

Arguments

Data

data.frame or matrix, item data, NA gets excluded automatically.

ci

logical, whether to compute CI or not. Defaults to TRUE.

ci_lvl

numeric ranging from 0 to 1, a confidence level to construct CI for. Defaults to .95.

Value

A list with α estimate and optionally CI.

Examples

1

netique/ShinyItemAnalysis documentation built on Dec. 22, 2021, 12:10 a.m.