View source: R/complete_randomization_and_blocking.R
| complete_randomization_with_forced_balanced | R Documentation |
For debugging, you can use set.seed
to be assured of deterministic output.
complete_randomization_with_forced_balanced(
n,
r,
form = "one_zero",
seed = NULL
)
n |
number of observations |
r |
number of randomized designs you would like |
form |
Which form should it be in? The default is |
seed |
An integer which is the seed to be set within C++. Default is |
a matrix where each column is one of the r designs
Adam Kapelner
## Not run:
complete_randomization_with_forced_balanced(n = 6, r = 2, seed = 1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.