mixDesign class for simplex lattice and simplex centroid mixture designs with optional center points and augmented points.
name
Character string representing the name of the design.
factors
List of factors involved in the mixture design, including their levels and settings.
total
Numeric value representing the total number of runs in the design.
lower
Numeric vector representing the lower bounds of the factors in the design.
design
Data frame containing the design matrix for the mixture design.
designType
Character string specifying the type of design (e.g., "simplex-lattice", "simplex-centroid").
pseudo
Data frame containing pseudo-experimental runs if applicable.
response
Data frame containing the responses or outcomes measured in the design.
Type
Data frame specifying the type of design used (e.g., "factorial", "response surface").
block
Data frame specifying block structures if the design is blocked.
runOrder
Data frame specifying the order in which runs are performed.
standardOrder
Data frame specifying the standard order of the runs.
desireVal
List of desired values or targets for the response variables.
desirability
List of desirability scores or metrics based on the desired values.
fits
Data frame containing the fitted model parameters and diagnostics.
.factors()
Get and set the factors
in an object of class mixDesign
mixDesign.c$.factors(value)
value
New factors, If missing value get the factors
.
names()
Get and set the names
in an object of class mixDesign
.
mixDesign.c$names(value)
value
New names, If missing value get the names
.
as.data.frame()
Methods for function as.data.frame
in Package base
.
mixDesign.c$as.data.frame()
.response()
Get and set the the response
in an object of class mixDesign
.
mixDesign.c$.response(value)
value
New response, If missing value get the response
.
.nfp()
Prints a summary of the factors attributes including their low, high, name, unit, and type.
mixDesign.c$.nfp()
units()
Get and set the units
for the factors in an object of class mixDesign
.
mixDesign.c$units(value)
value
New units, If missing value get the units
.
lows()
Get and set the lows
for the factors in an object of class mixDesign
.
mixDesign.c$lows(value)
value
New lows, If missing value get the lows
.
highs()
Get and set the highs
for the factors in an object of class mixDesign
.
mixDesign.c$highs(value)
value
New highs, If missing value get the highs
.
clone()
The objects of this class are cloneable with this method.
mixDesign.c$clone(deep = FALSE)
deep
Whether to make a deep clone.
mixDesign
, contourPlot3
, wirePlot3