pbrPar | R Documentation |
Represents the randomization procedure Permuted Block Randomization.
pbrPar(bc, K = 2, ratio = rep(1, K), groups = LETTERS[1:K])
bc |
vector which contains the lengths |
K |
number of treatment groups (e.g. K=2 if we compare one experimental against one control treatment). |
ratio |
vector of length |
groups |
character vector of labels for the different treatments. |
Fix the block constellation bc
, the number of treatment groups K
,
and the vector of the ratio
. Afterwards,
in each block the patients are assigned according to the ratio to the
corresponding treatment groups. All generated randomization sequences
are equiprobable.
S4
object of the class pbrPar
.
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
,
rarPar
,
rpbrPar
,
rtbdPar
,
tbdPar
,
udPar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.