mixDesign class for simplex lattice and simplex centroid mixture designs with optional center points and augmented points.
nameCharacter string representing the name of the design.
factorsList of factors involved in the mixture design, including their levels and settings.
totalNumeric value representing the total number of runs in the design.
lowerNumeric vector representing the lower bounds of the factors in the design.
designData frame containing the design matrix for the mixture design.
designTypeCharacter string specifying the type of design (e.g., "simplex-lattice", "simplex-centroid").
pseudoData frame containing pseudo-experimental runs if applicable.
responseData frame containing the responses or outcomes measured in the design.
TypeData frame specifying the type of design used (e.g., "factorial", "response surface").
blockData frame specifying block structures if the design is blocked.
runOrderData frame specifying the order in which runs are performed.
standardOrderData frame specifying the standard order of the runs.
desireValList of desired values or targets for the response variables.
desirabilityList of desirability scores or metrics based on the desired values.
fitsData frame containing the fitted model parameters and diagnostics.
.factors()Get and set the factors in an object of class mixDesign
mixDesign.c$.factors(value)valueNew factors, If missing value get the factors.
names()Get and set the names in an object of class mixDesign.
mixDesign.c$names(value)valueNew 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)valueNew 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)valueNew 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)valueNew 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)valueNew highs, If missing value get the highs.
clone()The objects of this class are cloneable with this method.
mixDesign.c$clone(deep = FALSE)deepWhether to make a deep clone.
mixDesign, contourPlot3, wirePlot3