indiv.search {gimme} | R Documentation |
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)
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. |
Value
Lists associated with coefficients, fit indices, etc.
[Package gimme version 0.9.1 Index]