| ss.data.batteries | R Documentation |
This is a simulated data set of 18 measurements of the voltage of batteries using different voltmeters.
data(ss.data.batteries)
A data frame with 18 observations on the following 4 variables.
voltmetera factor with levels 1 2
batterya factor with levels 1 2 3
runa factor with levels 1 2 3
voltagea numeric vector
This data set is used in chapter 5 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.
ss.rr
data(ss.data.batteries) summary(ss.data.batteries) plot(voltage~voltmeter, data = ss.data.batteries)