Display all tables relevant for SEM models. Make sure results='asis' is specified in the R code chunk setting.
sem_tables(
x,
standardized = TRUE,
ci = "standardized",
ci_level = 0.95,
digits = 3
)
a lavaan model
logical. Include standardized loadings? (default = TRUE)
logical. display standardized or unstandardized confidence intervals? (default = "standardized"). Not needed if standardized=FALSE
What level of confidence interval to use (default = 0.95)
How many digits to display? (default = 3)