getRandomizationList {randomizeR} | R 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 |
Value
A matrix with all randomization sequences of a S4
object
Examples
myPar <- bsdPar(10, 2)
M <- genSeq(myPar, 2)
getRandList(M)
[Package randomizeR version 3.0.2 Index]