Description
Confidence Regions for Optima of Response Surfaces.
Description
Computes confidence regions on the location of response surface optima. Response surface models can be up to cubic polynomial models in up to 5 controllable factors, or Thin Plate Spline models in 2 controllable factors.
README.md
OptimaRegion
Enrique del Castillo ([email protected])
Peng Chen, Adam Meyers, John Hunt, and James Rapkin
The goal of OptimaRegion is to compute confidence regions on the location of response surface optima.
Installation
You can install the released version of OptimaRegion from CRAN with:
install.packages("OptimaRegion")
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("pfc5098/OptimaRegion")