makeGroupList {matrixStrucTest} | R Documentation |
Convert character string in lavaan syntax into a list of indices
Description
This sub-routine is called by matrixStrucTest
and prepBoxPlots
.
Usage
makeGroupList(groups, A)
Arguments
groups |
Character string in lavaan syntax specifying groups |
A |
A Distance or similarity matrix. Must have column names |
Value
group_list List of column indices of A corresponding to each group
[Package matrixStrucTest version 1.0.0 Index]