This function returns a matrix containing all paired comparisons defined by
a design.
Usage
pair.combn(blocks, unique = TRUE)
Value
Returns a matrix with all paired comparisons defined by a design.
Arguments
blocks
A matrix defining the blocks of the model. The number of rows
must be the number of blocks, each row represents a block and contains the
item numbers. The number of columns present the number of items per block.
unique
Logical. Should only unique paired comparisons be returned?