summary.groupwiseCFA | R Documentation |
Summarize a list of CFAs produced by lavaan
## S3 method for class 'groupwiseCFA'
summary(
model.list,
what = c("cfi", "rmsea", "srmr"),
diagnose = T,
corrs = F,
mod = F,
n = F
)
gsumCFA(
model.list,
what = c("cfi", "rmsea", "srmr"),
diagnose = T,
corrs = F,
mod = F,
n = F
)
model.list |
A list of models in lavaan syntax. Can be an object of class groupwise.CFA |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.