sem_tables: SEM Tables

View source: R/sem_tables.R

sem_tablesR Documentation

SEM Tables

Description

Display all tables relevant for SEM models. Make sure results='asis' is specified in the R code chunk setting.

Usage

sem_tables(
  x,
  standardized = TRUE,
  unstandardized = FALSE,
  robust = FALSE,
  ci_level = 0.95,
  rmsea_ci_level = 0.9,
  digits = 3
)

Arguments

x

a 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.

robust

logical. Display robust fit statistics? (default: FALSE)

ci_level

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

rmsea_ci_level

What level of confidence interval to use for RMSE? (default = .90)

digits

How many digits to display? (default = 3)


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