Learn R Programming

gimme (version 0.8)

indiv.search: Individual-level search. Used in gimmeSEM, aggSEM, indSEM.

Description

Individual-level search. Used in gimmeSEM, aggSEM, indSEM.

Usage

indiv.search(dat, grp, ind, ind_cutoff = NULL, ind_z_cutoff = 1.96)

Value

Lists associated with coefficients, fit indices, etc.

Arguments

dat

A list containing information created in setup().

grp

A list containing group-level information. NULL in aggSEM and indSEM.

ind

A list containing individual- and (potentially) subgroup-level information.

ind_cutoff

Chi square cutoff, .05 level adjusted for multiple tests.

ind_z_cutoff

Z score cutoff, .05 level adjusted for multiple tests.