tablet_weight {industRial} | R Documentation |
Weight measurements of pharmaceutical tablets
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
tablet_weight
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
hist(tablet_weight$`Weight value`)