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

ss.data.caR Documentation

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)

Format

A data frame with 20 observations on the following variable.

Volume

a numeric vector (volume in cl

Note

This data set is used in chapter 7 of the book “Six Sigma with R” (see References).

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. https://link.springer.com/book/10.1007/978-1-4614-3652-2.

See Also

ss.study.ca

Examples

data(ss.data.ca)
summary(ss.data.ca)
hist(ss.data.ca$Volume)


SixSigma documentation built on Aug. 22, 2023, 9:11 a.m.