Description Usage Arguments Value Examples
Calculate block size options based on predetermined N
1 | calc_blocks(num_blocks, levels, N)
|
num_blocks |
Number of blocks used, only works for 1:3. |
levels |
Number of treatment levels in the study. Used to determine odd/even block sizes. |
N |
The total number of randomization slots you'll need. |
A nx4 data.frame with all options for block sizes for your given parameters.
1 | calc_blocks(num_blocks=3, levels=3, N=216)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.