Description Usage Arguments Value Author(s) Examples
View source: R/performance_tables.R
This function needs a psych and GPArotation object from the omegaSem function to work. It creates a table of all fit indices for a CFA and SEM model.
1 |
x |
McDonalds Omega calculated with the omegaSem function. The name of the McDonald's Omega specified with the psych and GPArotation packages. |
The output is a data.frame that gives you fit McDonalds Omega coefficients in a table.
Juan Carlos Saravia
1 2 3 4 5 | set.seed(123456)
data <- data.frame(replicate(10,sample(1:5,1000,rep=TRUE)))
data.rel <- psych::omegaSem(data)
grafi_reliability(data.rel)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.