randSeq-class {randomizeR} | R Documentation |
An S4 Class for the representation of randomization sequences
Description
This set of classes provides functionality of storing randomization sequences of different randomization procedures along with the parameters representing the design.
Slots
N
total number of patients included in the trial
M
matrix containing randomization sequences of length
N
in its rows.K
number of treatment groups
groups
character string of length K defining the names of the treatment groups
ratio
ratio of patients between the different groups
[Package randomizeR version 3.0.2 Index]