Description Usage Arguments Details Value References See Also Examples
View source: R/reliabilities.R
Coefficient H is a optimal linearly weighted reliability coefficient
for the congeneric measurement model. The function takes either a
lavaan
object or a list containing the matrix of factor loadings
and the diagonal matrix of residual variances.
1 | coefficient_H(object)
|
object |
Either a |
The congeneric measurement model is the linear factor model with one latent
variable, potentially different loadings, and a diagonal residual variance
matrix. The congeneric reliability (see omega
) is also a
reliability under the congeneric measurement model. The difference between
coefficient H and the congeneric reliability lies in the implied factor
scores. While the congeneric reliability uses sum scores where each item
in the scale is given the same weight, coefficient H uses best possible
linear combination of the items in terms of squared error loss.
A numeric containing the value of coefficient H.
Hancock, G. R. (2001). Rethinking construct reliability within latent variable systems. Structural equation modeling: Present and future, 195-216.
omega
for the sum score reliability under the
congeneric model when each score is 1
. reliability
for reliabilities under the linear factor model.
1 2 3 | model <- " g =~ x1 + x2 + x3 + x4 + x5 + x6 + x7 + x8 + x9 "
fit <- lavaan::cfa(model = model, data = lavaan::HolzingerSwineford1939)
coefficient_H(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.