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

data(ss.data.ca)

Format

A data frame with 20 observations on the following variable.

Volume

a numeric vector (volume in cl

Source

See references.

Note

This data set is used in chapter 7 of the book ``Six Sigma with R'' (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

Examples

data(ss.data.ca)
summary(ss.data.ca)
#>      Volume     
#>  Min.   :746.8  
#>  1st Qu.:748.3  
#>  Median :749.5  
#>  Mean   :749.8  
#>  3rd Qu.:750.5  
#>  Max.   :755.8  
hist(ss.data.ca$Volume)