Learn R Programming

r6qualitytools (version 1.0.1)

randomize: randomize: Randomization

Description

Function to do randomize the run order of factorial designs.

Usage

randomize(fdo, random.seed = 93275938, so = FALSE)

Value

An object of class facDesign.c with the run order randomized.

Arguments

fdo

An object of class facDesign.c.

random.seed

Seed for randomness.

so

Logical value specifying whether the standard order should be used or not. By default so is set to FALSE.

Examples

Run this code
dfrac <- fracDesign(k = 3)
randomize(dfrac)

Run the code above in your browser using DataLab