randomize {r6qualitytools} | R Documentation |
randomize: Randomization
Description
Function to do randomize the run order of factorial designs.
Usage
randomize(fdo, random.seed = 93275938, so = FALSE)
Arguments
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 |
Value
An object of class facDesign.c
with the run order randomized.
Examples
dfrac <- fracDesign(k = 3)
randomize(dfrac)
[Package r6qualitytools version 1.0.1 Index]