aliasTable: aliasTable: Display an alias table

aliasTableR 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 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.

Value

The function aliasTable returns a matrix indicating the aliased effects.

See Also

fracDesign, fracChoose

Examples

# Create a fractional factorial design
dfrac <- fracDesign(k = 3, gen = "C = AB")
# Display the alias table for the fractional factorial design
aliasTable(dfrac)

r6qualitytools documentation built on Oct. 4, 2024, 1:09 a.m.