FDSPlot | R Documentation |
This function creates a Fraction of Design Space Plot over the hypercube design space from -1 to 1 on each component.
FDSPlot(des, mod=2)
des |
des is a matrix or a data frame containing a response surface design in coded or uncoded units. There should be one column for each factor in the design, and one row for each run in the design. The maximum number of rows allowed is 99, and the maximum number of columns is 7. |
mod |
mod is the model to be represented. 0 = linear model 1 = linear main effects plus linear by linear 2-factor interactions 2 = full quadratic response surface model (default. |
John S. Lawson lawson@byu.edu
1.Zahran, A., Anderson-Cook, C. M. and Myers,R. H. "Fraction of Design Space to Assess Prediction Capability of Response Surface Designs" Journal of Quality Technology, Vol 35, No. 4, pp 377-386. 2003.
data(D310)
FDSPlot(D310)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.