randomize | R Documentation |
Function to do randomize the run order of factorial designs.
randomize(fdo, random.seed = 93275938, so = FALSE)
fdo |
An object of class |
random.seed |
Seed for randomness. |
so |
Logical value specifying whether the standard order should be used or not. By default |
An object of class facDesign.c
with the run order randomized.
dfrac <- fracDesign(k = 3)
randomize(dfrac)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.