This function will display a table of Factor loadings
sem_factorloadings(
x,
standardized = TRUE,
ci = "standardized",
ci_level = 0.95,
digits = 3,
print = TRUE
)
a cfa() or sem() 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)
Create a knitr table for displaying as html table? (default = TRUE)