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
)

Arguments

x

a lavaan model

standardized

logical. Include standardized loadings? (default = TRUE)

ci

logical. display standardized or unstandardized confidence intervals? (default = "standardized"). Not needed if standardized=FALSE

ci_level

What level of confidence interval to use (default = 0.95)

digits

How many digits to display? (default = 3)