Learn R Programming

SixSigma (version 0.9-52)

ss.data.bolts: Data for the bolts example

Description

A data frame with 50 observations of the diameter of the bolts manufactured in a production line.

Usage

data(ss.data.bolts)

Arguments

Format

A data frame with 50 observations on the following variable.

diameter

a numeric vector with the diameter of the bolts

References

Cano, Emilio L., Moguerza, Javier M. and Redchuk, Andr<U+00E9>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.lfa

Examples

Run this code
# NOT RUN {
data(ss.data.bolts)
summary(ss.data.bolts)
hist(ss.data.bolts$diameter)

# }

Run the code above in your browser using DataLab