aliasTable | R Documentation |
This function generates an alias table for a factorial design object.
aliasTable(fdo, degree, print = TRUE)
fdo |
An object of class |
degree |
Numeric value specifying the degree of interaction i.e. degree=3 means up to threeway interactions. |
print |
If |
The function aliasTable
returns a matrix indicating the aliased effects.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.