rtbdPar | R Documentation |
Represents the randomization procedure Randomized Truncated Binomial Design.
rtbdPar(N, rb = N, groups = LETTERS[1:2], filledBlock = FALSE)
N |
integer for the total sample size of the trial. |
rb |
block lengths of the blocks that can be selected equiprobable at random. |
groups |
character vector of labels for the different treatments. |
filledBlock |
|
Fix the possible random block lengths rb
and the sample size of the trial N
.
Afterwards, one block length is
randomly selected of the random block lengths. In this block a fair coin is tossed
for the patient assignments until half of the patients have been assigned to one of
the treatment arms. Afterwards, the block is filled with the
other treatment. This procedure is repeated
until N
patients are assigned.
S4
object of the class rtbdPar
.
W. F. Rosenberger and J. M. Lachin (2002) Randomization in Clinical Trials. Wiley.
Other randomization procedures:
abcdPar
,
bbcdPar
,
bsdPar
,
chenPar
,
crPar
,
createParam()
,
ebcPar
,
gbcdPar
,
hadaPar
,
mpPar
,
pbrPar
,
rarPar
,
rpbrPar
,
tbdPar
,
udPar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.