Last data update: 2014.03.03

R: 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.

Examples

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

Results