| get_factor_score_validity {simstandard} | R Documentation | 
Return factor score validity coefficients
Description
Return factor score validity coefficients
Usage
get_factor_score_validity(m, latent = TRUE, errors = FALSE, ...)
Arguments
| 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 | 
Value
A matrix of validity coefficients
Examples
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)
[Package simstandard version 0.6.3 Index]