Description Usage Arguments Value Examples
View source: R/ufccd_function.R
This function generates the design matrix for a unique factor CCD.
1 |
x |
a matrix of 0's and 1's indicating factor and response relationships. Rows represent responses; columns represent factors. A 1 represents that the factor for that column is related to the response for that row. |
... |
passes other arguments through ccd.design() from the DoE.wrapper package. Does not currently support factor.names. |
a data.frame that is a unique factor Central Composite Design with values coded so that factorial points are 1 and -1
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.