randomizeR (version 1.4.2)

getRandomizationList: 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

Run this code
# NOT RUN {
myPar <- bsdPar(10, 2)
M <- genSeq(myPar, 2)
getRandList(M)

# }

Run the code above in your browser using DataLab