Learn R Programming

industRial (version 0.1.0)

tablet_weight: 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

Arguments

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)

References

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

Examples

Run this code
# NOT RUN {
hist(tablet_weight$`Weight value`)
# }

Run the code above in your browser using DataLab