multiSub {matrixStrucTest} | R Documentation |
Sub-routine to create Delta matrix for block-specific tests
Description
This sub-routine outputs TRUE if either i
or j
are in
group
, FALSE otherwise, and is called by matrixStrucTest
and prepBoxPlots
.
Usage
multiSub(i, j, group)
Arguments
i |
First index |
j |
Second index |
group |
Indices for items in group |
[Package matrixStrucTest version 1.0.0 Index]