The response values of this data set correspond to the values published in the SAS/QC(R) 13.1 (2013) User's Guide, Chapter 5 (The CAPABILITY Procedure). The data set is described on page 199: The fluid weights of 100 drink cans were measured in ounces. The filling process is assumed to be in statistical control.
data
Format
A data frame with 100 observations and 3 variables:
type: Factor with the single level reference
batch: Factor with levels b1 to b100
weight: Weight of drink cans
Source
See reference: Chapter 5 (The CAPABILITY Procedure), Cans data set shown on page 199.
data(dip5)
Examples
str(dip5)
References
SAS Institute Inc. 2013. SAS/QC(R) 13.1 User's Guide. Cary, NC: SAS Institute Inc.