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 the Average variance extracted for CFA models. It is the average of the squared standardized pattern coefficients for indicators that depend on the same factor but are specified to measure no other factors.
1 |
x |
lavaan object: The name of the model fit that was calculated from the specified CFA model in the lavaan package. |
The output is a data.frame specifying the latent factor in the first column and the AVE 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.