tbdPar {randomizeR} | R Documentation |
Representing Truncated Binomal Design
Description
Represents the Truncated Binomial Design.
Usage
tbdPar(bc = N, groups = LETTERS[1:2])
Arguments
bc |
vector which contains the lengths |
groups |
character vector of labels for the different treatments. |
Details
A fair coin is tossed until half of the patients have been assigned to one of the treatment arms. Afterwards, the randomization list is filled with the other treatment.
Value
S4 object of the class tbdPar
.
References
W. F. Rosenberger and J. M. Lachin (2002) Randomization in Clinical Trials. Wiley.
See Also
Other randomization procedures:
abcdPar
,
bbcdPar
,
bsdPar
,
chenPar
,
crPar
,
createParam()
,
ebcPar
,
gbcdPar
,
hadaPar
,
mpPar
,
pbrPar
,
rarPar
,
rpbrPar
,
rtbdPar
,
udPar
[Package randomizeR version 3.0.2 Index]