nice_sem | R Documentation |
Nice html table for lavaan structure equation model fitted objects
nice_sem(
x,
standardized = TRUE,
show_fitmeasures = c(CFI = "cfi", TLI = "tli", RMSEA = "rmsea", `RMSEA ci lower` =
"rmsea.ci.lower", SRMR = "srmr", AIC = "aic", BIC = "bic"),
remove_cols = NULL,
show_ci = TRUE,
round = 2,
...
)
x |
An object returned from the lavaan sem or cfa function. |
show_fitmeasures |
A named vector with fit measures. |
remove_cols |
Either column number or column names to be removed. |
show_ci |
If TRUE, adds columns with 95% confidence intervals. |
... |
Further arguments passed to the |
nice_sem(wmisc::lavaan_fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.