Learn R Programming

r6qualitytools (version 1.0.1)

aliasTable: aliasTable: Display an alias table

Description

This function generates an alias table for a factorial design object.

Usage

aliasTable(fdo, degree, print = TRUE)

Value

The function aliasTable returns a matrix indicating the aliased effects.

Arguments

fdo

An object of class facDesign.c.

degree

Numeric value specifying the degree of interaction i.e. degree=3 means up to threeway interactions.

print

If TRUE, the alias table will be printed. By default print is set to TRUE.

See Also

fracDesign, fracChoose

Examples

Run this code
# 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