
Text der Seite
R-package DoE.wrapper
R-Package DoE.wrapper (on CRAN already)
- creates access to DoE functionality from other packages
- has a syntax that is close to the conventions used in the other packages of the project
- makes use of class design as provided in DoE.base
- creates response surface designs (based on package rsm):
- Box-Behnken designs can be generated with function bbd.design
- central composite designs can be generated with functions ccd.design or ccd.augment, using package FrF2 for creating the cube portion of the design
- the cube portion for central composite designs is automatically determined to be the smallest possible resolution V design, if nothing else is requested by the user (make sure to use recent version of package FrF2)
- creates and augments latin hypercube samples based on package lhs
The most important future developments:
- inclusion of D-optimal designs from package AlgDesign
- inclusion of designs for computer experiments from package DiceDesign
