Learn R Programming

qualityTools (version 1.49)

aliasTable: Display an alias table

Description

Function to do display an alias table for the aliased effects of a fractional factorial design.

Usage

aliasTable(fdo, degree, show = TRUE)

Arguments

fdo
needs to be an object of class facDesign.
degree
numeric giving the degree of interaction i.e. degree=3 means up to threeway interactions.
show
a logigal value specifying whether the alias table should be shown or not. By default show is set to TRUE.

Value

  • The function aliasTable() returns a matrix indicating the aliased effects.

See Also

fracDesign, fracChoose, http://www.user.tu-berlin.de/kalicete/qualityTools/S5.html#SS2

Examples

Run this code
fracFac = fracDesign(k = 3, gen = "C = AB")                                 #create a fractional factorial design
aliasTable(fracFac)                                                         #display the alias table

Run the code above in your browser using DataLab