Individual-level search. Used in gimmeSEM, aggSEM, indSEM.
indiv.search(
dat,
grp,
ind,
ind_cutoff = NULL,
ind_z_cutoff = 1.96,
rmsea_cutoff = 0.05,
srmr_cutoff = 0.05,
nnfi_cutoff = 0.95,
cfi_cutoff = 0.95,
n_excellent = 2
)Lists associated with coefficients, fit indices, etc.
A list containing information created in setup().
A list containing group-level information. NULL in aggSEM and indSEM.
A list containing individual- and (potentially) subgroup-level information.
Chi square cutoff, .05 level adjusted for multiple tests.
Z score cutoff, .05 level adjusted for multiple tests.
Cutoff for RMSEA for an individual model(default is .05; must be between 0.0 and 1.0).
Cutoff for SRMR for an individual model (default is .05; must be between 0.0 and 1.0).
Cutoff for NNFI for an individual model (default is .95; must be between 0.0 and 1.0).
Cutoff for CFI for an individual model (default is .95; must be between 0.0 and 1.0).
Number of fit indices needed to surpass their cutoffs for an individual model to be considered excellent. Default is 2. Max is 4.