Learn R Programming

SixSigma (version 0.9-2)

ss.data.doe1: Pizza dough example data

Description

Experimental data for the scores given to a set of pizza doughs.

Usage

data(ss.data.doe1)

Arguments

source

See references.

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. http://www.springer.com/statistics/book/978-1-4614-3651-5.

Examples

Run this code
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)))

Run the code above in your browser using DataLab