randomizeR (version 3.0.2)

getRandomizationList: Accessor function for the randomization list

Description

Get the randomization list coded in its groups.

Usage

getRandList(obj)

Value

A matrix with all randomization sequences of a S4 object

Arguments

obj

object specifying the randomization procedure, see randPar or createParam.

Examples

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

Run the code above in your browser using DataLab