deltaSub {matrixStrucTest}R Documentation

Sub-routine to create Delta matrix

Description

This sub-routine outputs 1 if i and j are in at least one group together, and 0 otherwise, and is called by matrixStrucTest and prepBoxPlots.

Usage

deltaSub(i, j, group_list)

Arguments

i

First index

j

Second index

group_list

List of indices for each block


[Package matrixStrucTest version 1.0.0 Index]