| cfa_lavaan_syntax | R Documentation |
Generate lavaan CFA syntax
cfa_lavaan_syntax(
instrument = NULL,
model = NULL,
scales = NULL,
ordered = FALSE,
std_lv = TRUE,
residual_covariances = NULL,
latent_covariances = TRUE
)
instrument |
Optional |
model |
Optional |
scales |
Optional scale IDs when deriving a model from an instrument. |
ordered |
Logical. Whether to add an ordered-item note. |
std_lv |
Logical. Whether to add a |
residual_covariances |
Optional list of |
latent_covariances |
Logical. Whether to include model-level latent
covariances supplied in |
A lavaan syntax string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.