powered by
Return factor score validity coefficient standard errors
get_factor_score_validity_se(m, latent = TRUE, errors = FALSE, ...)
Structural model represented by lavaan syntax or output of sim_standardized_matrices function.
Include latent variables.
Include observed error and latent disturbances variables.
parameters passed to the `sim_standardized_matrices` function
A matrix of factor score standard errors
# NOT RUN { 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_se(m) # }
Run the code above in your browser using DataLab