| ss.data.doe1 | R Documentation |
Experimental data for the scores given to a set of pizza doughs.
data(ss.data.doe1)
A data frame with 16 observations on the following 6 variables.
replReplication id
flourLevel of flour in the recipe (- +)
saltLevel of salt in the recipe (- +)
bakPowLevel of Baking Powder in the recipe (- +)
scoreScored assigned to the recipe
ordRandomized order
This data set is used in chapter 11 of the book “Six Sigma with R” (see References).
See references.
Cano, Emilio L., Moguerza, Javier M. and Redchuk, Andrés. 2012.
Six Sigma with R. Statistical Engineering for Process
Improvement, Use R!, vol. 36. Springer, New York.
https://www.springer.com/gp/book/9781461436515.
data(ss.data.doe1) summary(ss.data.doe1) lattice::bwplot(score ~ flour | salt + bakPow , data = ss.data.doe1, xlab = "Flour", strip = function(..., style) lattice::strip.default(..., strip.names=c(TRUE,TRUE)))