bifactor | R Documentation |
Obtain bifactor reliability estimates of two-dimensional data. It is a kind of multidimensional CFA reliability, and it is the reliability derived from the bifactor model. Items should be grouped by each sub-dimension. For example, the first dimension consists of the first item through the until item.
bifactor(x, nobs = NULL, until, print = TRUE)
x |
observed item scores or their covariances |
nobs |
number of observations (i.e., sample size) |
until |
The number of items up to the first sub-construct |
print |
If TRUE, the result is printed to the screen. |
only_first_grp |
whether it is only_first_grp and Cui's simulation, which has only one group factor |
a bifactor reliability estimate
Eunseong Cho, bene@kw.ac.kr
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
bifactor(Osburn_moderate, 4) bifactor(Sijtsma2a, c(2, 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.