sem_factorloadings: Factor loadings

View source: R/sem_factorloadings.R

sem_factorloadingsR Documentation

Factor loadings

Description

This function will display a table of Factor loadings

Usage

sem_factorloadings(
  x,
  standardized = TRUE,
  unstandardized = FALSE,
  ci_level = 0.95,
  digits = 3,
  print = TRUE
)

Arguments

x

a cfa() or sem() lavaan model

standardized

Logical, indicating whether or not to print standardized estimates. Standardized estimates are based on "refit" of the model on standardized data but it will not standardize categorical predictors. Defualt is TRUE.

unstandardized

Logical, indicating whether or not to print unstandardized estimates. Default is TRUE.

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)


dr-JT/semoutput documentation built on March 25, 2024, 9:18 p.m.