tablet_weight: Weight measurements of pharmaceutical tablets

Description Usage Format Details Source References Examples

Description

This data set contains weight measurements of pharmaceutical tablets (pills). The data and the #' insights it provides are typical of an industrial context with high production throughput and stringent dimensional requirements.

Usage

1

Format

An object of class tibble with 137 observations on 3 variables

Details

The data set contains other variables not used in the text book related with to the measurement room conditions (not listed).

part_id

Unique sequencial identifier given during production (numeric)

Weight Target Value

Tablet weight target specification value in [mg] (numeric

Weight Value

Tablet weight measured value [m] (numeric)

Source

Anonymized data based on statistical process control data obtained in a high volume production setup.

References

For a complete case study application refer to https://j-ramalho.github.io/industRial/

Examples

1
hist(tablet_weight$`Weight value`)

industRial documentation built on June 11, 2021, 5:10 p.m.