maximal_reliability: Obtain maximal reliability estimates of two-dimensional data

View source: R/maximal_reliability.R

maximal_reliabilityR Documentation

Obtain maximal reliability estimates of two-dimensional data

Description

Obtain maximal reliability estimates of two-dimensional data. Items should be grouped by each sub-dimension. For example, the first dimension consists of the first item through the until item.

Usage

maximal_reliability(x, until)

Arguments

x

observed item scores or their covariances

until

The number of items up to the first sub-construct

Value

a maximal reliability estimate

Author(s)

Eunseong Cho, bene@kw.ac.kr

References

Li, H., Rosenthal, R., & Rubin, D. B. (1996). Reliability of measurement in psychology: From Spearman-Brown to maximal reliability. Psychological Methods, 1(1), 98-107. https://doi.org/10.1037/1082-989X.1.1.98

Examples

maximal_reliability(Osburn_moderate, 4)

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