View source: R/sem_factorcor.R
sem_factorcor | R Documentation |
This function will display a table of Latent factor correlations
sem_factorcor(x, ci_level = 0.95, digits = 3, print = TRUE)
x |
a cfa() or sem() lavaan model |
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.