Learn R Programming

SixSigma (version 0.9-52)

ss.data.ca: Data for a filling process in a winery

Description

The only field of the data is the volume measured in 20 bottles.

Usage

data(ss.data.ca)

Arguments

Format

A data frame with 20 observations on the following variable.

Volume

a numeric vector (volume in cl

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.study.ca

Examples

Run this code
# NOT RUN {
data(ss.data.ca)
summary(ss.data.ca)
hist(ss.data.ca$Volume)

# }

Run the code above in your browser using DataLab