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.
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.
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)
deep
Whether 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.