Description Usage Arguments Details Value Author(s) References See Also Examples
Creates a Box-Behnken Design of Experiment out of a list of parameters. Each of the list items has to be a pair defining the lower und upper limits of the value-range to test. The method then returns a Center faced Box-Behnken Design of Experiments. The list has to hold a least three pairs.
1 | getBbdParameter(params)
|
params |
A list of value pairs defining lower und upper limits of an optimization range. |
Creates a Box-Behnken Design of Experiment out of a list of parameters. Each of the list items has to be a pair defining the lower und upper limits of the value-range to test. The method then returns a Center faced Box-Behnken Design of Experiments. The list has to hold a least three pairs.
A Box-Behnken Design of Experiments
Gunnar Libiseller
Lenth, R. V. (2009). Response-Surface Methods in R , Using rsm. Journal of Statistical Software, 32(7), 1-17. Retrieved from http://www.jstatsoft.org/v32/i07
1 2 3 | params <- getDefaultXcmsSetStartingParams()
typ_params <- typeCastParams(params)
design <- getBbdParameter(typ_params$to_optimize)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.