nice_sem.Rd
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,
...
)
An object returned from the lavaan sem or cfa function.
A named vector with fit measures.
Either column number or column names to be removed.
If TRUE, adds columns with 95% confidence intervals.
Further arguments passed to the nice_table()
function.
nice_sem(wmisc::lavaan_fit)
Table
Structure equation model
lower
upper
Latent variables
Covariances
Variances
Intercepts
Modelfit
Note. The estimation method employed in this analysis is Maximum Likelihood (ML). The Non-Linear Minimization, Bounded (nlminb) algorithm was applied for optimization. Missing data were addressed using the Full Information Maximum Likelihood (FIML) approach. The analysis was performed with the lavaan package in R (Yves Rosseel, 2012).