View source: R/compare_latent_models.R
| compare_latent_models | R Documentation |
Compare Latent Variable Models
compare_latent_models(
...,
nested = FALSE,
fit_measures = c("chisq", "df", "pvalue", "cfi", "tli", "rmsea", "srmr"),
method = "default",
verbose = TRUE
)
... |
lavaan model objects |
nested |
logical, whether models are nested |
fit_measures |
character vector of fit measures to extract |
method |
comparison method |
verbose |
Logical; if TRUE, progress messages are printed. |
A latent_comparison object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.