complete_randomization {GreedyExperimentalDesign} | R Documentation |
Implements complete randomization
complete_randomization(n, r)
n |
number of observations |
r |
number of randomized designs you would like |
a matrix where each column is one of the r
designs
Adam Kapelner