Description Usage Arguments Value Examples
Return factor score validity coefficients
1 | get_factor_score_validity(m, latent = TRUE, errors = FALSE, ...)
|
m |
Structural model represented by lavaan syntax or output of sim_standardized_matrices function. |
latent |
Include latent variables. |
errors |
Include observed error and latent disturbances variables. |
... |
parameters passed to the 'sim_standardized_matrices' function |
A matrix of validity coefficients
1 2 3 4 5 6 | m <- "
A =~ 0.5 * A1 + 0.8 * A2 + 0.8 * A3
B =~ 0.5 * B1 + 0.8 * B2 + 0.8 * B3
B ~ 0.5 * A
"
get_factor_score_validity(m)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.