confounds: confounds: Confounded Effects

View source: R/3.3_Factorial_designs_Functions.R

confoundsR Documentation

confounds: Confounded Effects

Description

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

Usage

confounds(x, depth = 2)

Arguments

x

An object of class facDesign.c.

depth

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

Value

The function returns a summary of the factors confounded.

Examples

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

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