The desOpt
class represents an object that stores optimization results for factorial design experiments. It includes coded and real factors, responses, desirabilities, overall desirability, and the design object.
facCoded
A list containing the coded values for the factors in the design.
facReal
A list containing the real (actual) values for the factors in the design.
responses
A list of response variables obtained from the design.
desirabilities
A list of desirability scores for each response variable.
overall
Numeric value representing the overall desirability score.
all
A data frame containing all the relevant data from the design and optimization process.
fdo
The factorial design object used in the optimization process.
optimum
, facDesign
, desirability