tablet_thickness {industRial} | R Documentation |
Thickness measurements of pharmaceutical tablets
Description
This data set contains physical measurements of pharmaceutical tablets (pills) including measurement room conditions. The data and the insights it provides are typical of an industrial context with high production throughput and stringent dimensional requirements.
Usage
tablet_thickness
Format
An object of class tibble with 675 observations on 11 variables
Details
The data set contains other variables not used in the text book related with to the measurement room conditions (not listed).
- Position
Position of the part on the measurement device
- Size
Size class (L, M, S)
- Tablet
Part number (L001, L002, ...)
- Replicate
Measurement replicate, a sequential numbers
- Day
Measurement Day, a sequential numbers
- Date [DD.MM.YYYY]
Measurement date (POSIXct)
- Operator
Operator name (ficticious)
- Thickness [micron]
Tablet thickness (micrometers)
- Temperature [°C]
Room temperature
Source
Based on a gage r&R (gage reproducibility and repeatability) study performed in 2020 on a physical measurement of parts coming out of a high throughput industrial equipment.
References
For a complete case study application refer to https://j-ramalho.github.io/industRial/
Examples
data(tablet_thickness)