Learn R Programming

r6qualitytools (version 1.0.1)

confounds: confounds: Confounded Effects

Description

Function to display confounded effects of a fractional factorial design in a human readable way.

Usage

confounds(x, depth = 2)

Value

The function returns a summary of the factors confounded.

Arguments

x

An object of class facDesign.c.

depth

numeric value - up to depth-way confounded interactions are printed

Examples

Run this code
vp.frac = fracDesign(k = 4, gen = "D=ABC")
confounds(vp.frac,depth=5)

Run the code above in your browser using DataLab