dip5 dataset

Fluid weights of drink cans

Fluid weights of drink cans

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.

https://support.sas.com/documentation/cdl/en/qcug/66857/PDF/

  • Maintainer: Pius Dahinden
  • License: GPL (>= 2)
  • Last published: 2025-03-24

About the dataset

  • Number of rows: 100
  • Number of columns: 3
  • Class: data.frame

Column names and types

  • type:factor
  • batch:factor
  • weight:numeric