Settings for randomization procedures
Randomization procedures in randomizeR are represented by objects that inherit from randPar
. The representation can then be used in order to generate randomization sequences. In order generate a representation of a randomization procedure, call createParam
or one of the following functions.
crPar
)rarPar
)pbrPar
)rpbrPar
)tbdPar
)rtbdPar
)ebcPar
)bsdPar
)mpPar
)udPar
)chenPar
)gbcdPar
)abcdPar
)bbcdPar
)hadaPar
)Generate randomization sequences genSeq
. Calculate the the complete set of randomization sequences of a randomization procedure. getAllSeq
.
Useful links