View source: R/server.functions.R
globalMI | R Documentation |
Computes configural, metric, and scala invariance models and compares them.
globalMI(
...,
chi.sq = FALSE,
omit = "",
what = c("cfi", "tli", "rmsea", "srmr", "chisq"),
partial = NULL,
more = NULL,
ho = F
)
... |
Formula, group, and all the other eligible arguments of |
chi.sq |
Logical, if chi-square should be reported. |
omit |
Character (vector). Which model should be omitted. Possible values "configural", "metric", "scalar". |
what |
Character (vector) of fit measures to report (see |
partial |
List of parameters to release constraints, see 'group.partial' of |
more |
More constraints, currently limited to 'residuals' and 'means'. |
ho |
Currently defunct, for the higher-order factor models invariance see |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.