Learn R Programming

qualityTools (version 1.31.1)

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
object of class facDesign
degree
degree of interaction i.e. degree=3 means up to threeway interactions
show
TRUE/FALSE

Value

  • matrix

See Also

fracDesign, fracChoose,

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