cronbach_alpha {ShinyItemAnalysis} | R Documentation |
So far internal function.
cronbach_alpha(Data, ci = TRUE, ci_lvl = 0.95)
Data |
data.frame or matrix, item data, |
ci |
logical, whether to compute CI or not. Defaults to |
ci_lvl |
numeric ranging from 0 to 1, a confidence level to construct
CI for. Defaults to |
A list with α estimate and optionally CI.
ShinyItemAnalysis:::cronbach_alpha(HCI[, 1:20])