aliasTable {r6qualitytools} | R Documentation |
aliasTable: Display an alias table
Description
This function generates an alias table for a factorial design object.
Usage
aliasTable(fdo, degree, print = TRUE)
Arguments
fdo |
An object of class |
degree |
Numeric value specifying the degree of interaction i.e. degree=3 means up to threeway interactions. |
print |
If |
Value
The function aliasTable
returns a matrix indicating the aliased effects.
See Also
Examples
# Create a fractional factorial design
dfrac <- fracDesign(k = 3, gen = "C = AB")
# Display the alias table for the fractional factorial design
aliasTable(dfrac)
[Package r6qualitytools version 1.0.1 Index]