View source: R/3.3_Factorial_designs_Functions.R
confounds | R Documentation |
Function to display confounded effects of a fractional factorial design in a human readable way.
confounds(x, depth = 2)
x |
An object of class |
depth |
numeric value - up to depth-way confounded interactions are printed |
The function returns a summary of the factors confounded.
vp.frac = fracDesign(k = 4, gen = "D=ABC")
confounds(vp.frac,depth=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.