randomize: randomize: Randomization

randomizeR 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 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.

Value

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

Examples

dfrac <- fracDesign(k = 3)
randomize(dfrac)

r6qualitytools documentation built on Oct. 4, 2024, 1:09 a.m.