getRandomizationList: Accessor function for the randomization list

getRandomizationListR Documentation

Accessor function for the randomization list

Description

Get the randomization list coded in its groups.

Usage

getRandList(obj)

Arguments

obj

object specifying the randomization procedure, see randPar or createParam.

Value

A matrix with all randomization sequences of a S4 object

Examples

myPar <- bsdPar(10, 2)
M <- genSeq(myPar, 2)
getRandList(M)

randomizeR documentation built on Sept. 19, 2023, 1:08 a.m.