This function will display a table of SEM regression paths

sem_paths(
  x,
  standardized = TRUE,
  ci = "standardized",
  ci_level = 0.95,
  digits = 3,
  print = TRUE
)

Arguments

x

a cfa() or sem() 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)

print

Create a knitr table for displaying as html table? (default = TRUE)