powered by
This function generates an alias table for a factorial design object.
aliasTable(fdo, degree, print = TRUE)
The function aliasTable returns a matrix indicating the aliased effects.
aliasTable
An object of class facDesign.c.
facDesign.c
Numeric value specifying the degree of interaction i.e. degree=3 means up to threeway interactions.
If TRUE, the alias table will be printed. By default print is set to TRUE.
TRUE
print
fracDesign, fracChoose
fracDesign
fracChoose
# Create a fractional factorial design dfrac <- fracDesign(k = 3, gen = "C = AB") # Display the alias table for the fractional factorial design aliasTable(dfrac)
Run the code above in your browser using DataLab