powered by
Function to do randomize the run order of factorial designs.
randomize(fdo, random.seed = 93275938, so = FALSE)
An object of class facDesign.c with the run order randomized.
facDesign.c
An object of class facDesign.c.
Seed for randomness.
Logical value specifying whether the standard order should be used or not. By default so is set to FALSE.
so
FALSE
dfrac <- fracDesign(k = 3) randomize(dfrac)
Run the code above in your browser using DataLab