Accessor function for the randomization list
Get the randomization list coded in its groups.
getRandList(obj)
obj
: object specifying the randomization procedure, see randPar
or createParam
.
A matrix with all randomization sequences of a S4
object
myPar <- bsdPar(10, 2) M <- genSeq(myPar, 2) getRandList(M)
Useful links