Learn R Programming

SixSigma (version 0.11.1)

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és. 2012. Six Sigma with R. Statistical Engineering for Process Improvement, Use R!, vol. 36. Springer, New York. https://link.springer.com/book/10.1007/978-1-4614-3652-2.

See Also

ss.study.ca

Examples

Run this code
data(ss.data.ca)
summary(ss.data.ca)
hist(ss.data.ca$Volume)

Run the code above in your browser using DataLab