rrcombn: All round robin combinations.

Description Usage Arguments Value Author(s) Examples

Description

Returns all pairs of elements occuring in a round robin design.

Usage

1
rrcombn(x, closed = TRUE, simplify = TRUE)

Arguments

x

a vector or list

closed

Whether the round robin design is closed, i.e., the last element is paired up with the first.

simplify

Whether the result should be simplified to a matrix.

Value

A list or matrix containing all combinations.

Author(s)

Dominik Mueller

Examples

1

DominikMueller64/dmisc documentation built on May 6, 2019, 2:52 p.m.