imbalanced_block_designs {GreedyExperimentalDesign} | R Documentation |
Implements unequally allocated block designs
Description
For debugging, you can use set.seed
to be assured of deterministic output. The following quantities
in this design must be integer valued or an error will be thrown:
n_B := n / B and n_B * prop_T
Usage
imbalanced_block_designs(n, prop_T, B, r, form = "one_zero")
Arguments
n |
number of observations |
prop_T |
the proportion of treatments needed |
B |
the number of blocks |
r |
number of randomized designs you would like |
form |
Which form should it be in? The default is |
Value
a matrix where each column is one of the r
designs
Author(s)
Adam Kapelner
[Package GreedyExperimentalDesign version 1.5.6.1 Index]