Description Usage Arguments Value Author(s) See Also Examples
View source: R/reliability_validity_measures.R
This function needs a lavaan object with a model fit to work. It calculates Composite reliability for CFA models. There are two formulas inside the function and they run depending on the fit characteristics. The composite reliability or factor rho coefficient is the ratio of explained variance over total variance. With no error correlations the CR is just calculated as previously defined. A different formula is needed for when indicators share at least one error covariance. In this case the total variance is calculated by adding the sum of the unstandarized error variance multiplied by 2.
1 |
x |
lavaan object: The name of the model fit that was calculated from the specified CFA model with the lavaan package. |
The output is a data.frame specifying the latent factor in the first column and the CR in the second column.
Juan Carlos Saravia
Kline, R. (2016). Principles and Practice of Structural Equation Modeling. Fourth Edition. Guilford press. NY.
Raykov, T. (2004). Behavioral scale realiability and measurement invariance evaluation using latent variable modeling. Behavior therapy, 35, 299-331.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.