bbcdPar {randomizeR} | R Documentation |
Representing Bayesian Biased Coin Design
Description
Represents the randomization procedure Bayesian Biased Coin Design.
Usage
bbcdPar(N, a, groups = LETTERS[1:2])
Arguments
N |
integer for the total sample size of the trial. |
a |
nonnegative parameter which controls the degree of randomness:
For decreasing |
groups |
character vector of labels for the different treatments. |
Details
Extension of Efron's biased coin design.
Value
S4
object of the class bbcdPar
.
References
A. B. Antognini and Maroussa Zagoraiou (2014) Balance and randomness in sequential clinical trials: the dominant biased coin design. Pharmaceutical Statistics 13(2), 119-127
See Also
Other randomization procedures:
abcdPar
,
bsdPar
,
chenPar
,
crPar
,
createParam()
,
ebcPar
,
gbcdPar
,
hadaPar
,
mpPar
,
pbrPar
,
rarPar
,
rpbrPar
,
rtbdPar
,
tbdPar
,
udPar