sem_paths | R Documentation |
This function will display a table of SEM regression paths
sem_paths(
x,
standardized = TRUE,
unstandardized = FALSE,
ci_level = 0.95,
digits = 3,
print = TRUE
)
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) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.