Description Usage Arguments Value Examples
Return model names
1 | get_model_names(m, ...)
|
m |
Structural model represented by lavaan syntax or output of sim_standardized_matrices function. |
... |
parameters passed to the 'sim_standardized_matrices' function |
A list of variable names
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_model_names(m)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.