Learn R Programming

SixSigma (version 0.9-3)

ss.data.batteries: Data for the batteries example

Description

This is a simulated data set of 18 measurements of the voltage of batteries using different voltmeters.

Usage

data(ss.data.batteries)

Arguments

Format

A data frame with 18 observations on the following 4 variables.
voltmeter
a factor with levels 1 2
battery
a factor with levels 1 2 3
run
a factor with levels 1 2 3
voltage
a numeric vector

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.

See Also

ss.rr

Examples

Run this code
data(ss.data.batteries)
summary(ss.data.batteries)
plot(voltage~voltmeter, data = ss.data.batteries)

Run the code above in your browser using DataLab