sem_tables | R Documentation |
Display all tables relevant for SEM models. Make sure results='asis' is specified in the R code chunk setting.
sem_tables(
x,
standardized = TRUE,
unstandardized = FALSE,
robust = FALSE,
ci_level = 0.95,
rmsea_ci_level = 0.9,
digits = 3
)
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) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.