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.
Complete Randomization (crPar)
Random Allocation Rule (rarPar)
Permuted Block Randomization (pbrPar)
Permuted Block Randomization with random block length (rpbrPar)
Truncated Binomial Design (tbdPar)
Truncated Binomial Design with random block length (rtbdPar)
Efron's Biased Coin Design (ebcPar)
Big Stick Design (bsdPar)
Maximal Procedure (mpPar)
Wei's Urn Design (udPar)
Chen's Design (chenPar)
Generalized Biased Coin Design (gbcdPar)
Accelerated Biased Coin Design (abcdPar)
Bayesian Biased Coin Design (bbcdPar)
Hadamard Randomization (hadaPar)
Generate randomization sequences genSeq.
Calculate the the complete set of randomization sequences of a randomization
procedure.
getAllSeq.