bbcdPar: Representing Bayesian Biased Coin Design

View source: R/bbcdPar.R

bbcdParR 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 a the allocations become deterministic, while for increasing a the randomization procedure tends to complete randomization.

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


randomizeR documentation built on Sept. 19, 2023, 1:08 a.m.