stratified_alpha: Obtain stratified alpha reliability estimates of...

View source: R/stratified_alpha.R

stratified_alphaR Documentation

Obtain stratified alpha reliability estimates of two-dimensional data

Description

Obtain stratified alpha reliability estimates of two-dimensional data. It is a multidimensional version of coefficient alpha. Items should be grouped by each sub-dimension. For example, the first dimension consists of the first item through the until item.

Usage

stratified_alpha(x, until, mp = FALSE, print = TRUE)

Arguments

x

observed item scores or their covariances

until

The number of items up to the first sub-construct

mp

if TRUE, print multidimensional parallel reliability estimates

print

If TRUE, the result is printed to the screen.

Value

multidimensional_reliability a stratified alpha reliability estimate

subdimensional_reliability reliability estimates of subdimensions

omega hierarchical general factor saturation

Author(s)

Eunseong Cho, bene@kw.ac.kr

References

Rajaratnam, N., Cronbach, L. J., & Gleser, G. C. (1965). Generalizability of stratified-parallel tests. Psychometrika, 30(1), 39–56. https://doi.org/10.1007/BF02289746

Cho, E. (2016). Making reliability reliable: A systematic approach to reliability coefficients. Organizational Research Methods, 19(4), 651-682. https://doi.org/10.1177/1094428116656239

Examples

stratified_alpha(Osburn_moderate, 4)

eunscho/reliacoef documentation built on Jan. 30, 2023, 12:16 a.m.