globalMI: Test for measureent invariance in three steps

View source: R/server.functions.R

globalMIR Documentation

Test for measureent invariance in three steps

Description

Computes configural, metric, and scala invariance models and compares them.

Usage

globalMI(
  ...,
  chi.sq = FALSE,
  omit = "",
  what = c("cfi", "tli", "rmsea", "srmr", "chisq"),
  partial = NULL,
  more = NULL
)

Arguments

...

Formula, group, and all the other eligible arguments of cfa function.

chi.sq

Logical, if chi-square should be reported.

omit

Character (vector). Which model should be omitted. Possible values "configural", "metric", "scalar".

partial

List of parameters to release constraints, see 'group.partial' of cfa

more

More constraints, currently limited to 'residuals' and 'means'.


MaksimRudnev/MIE.package documentation built on Aug. 22, 2024, 8:47 p.m.