| desOpt | R Documentation |
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.
facCodedA list containing the coded values for the factors in the design.
facRealA list containing the real (actual) values for the factors in the design.
responsesA list of response variables obtained from the design.
desirabilitiesA list of desirability scores for each response variable.
overallNumeric value representing the overall desirability score.
allA data frame containing all the relevant data from the design and optimization process.
fdoThe factorial design object used in the optimization process.
as.data.frame()Convert the object to a data frame.
desOpt$as.data.frame()
print()Print a summary of the object.
desOpt$print()
clone()The objects of this class are cloneable with this method.
desOpt$clone(deep = FALSE)
deepWhether to make a deep clone.
optimum, facDesign, desirability
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.