Learn R Programming

SixSigma (version 0.9-52)

ss.data.thickness2: Metal Plates thickness (extended)

Description

This data set contains the thickness and additional data for 84 metal plates.

Usage

data("ss.data.thickness2")

Arguments

Format

A data frame with 84 observations on the following 5 variables.

day

a factor with the day (seven days)

shift

a factor with the shift (two shifts)

thickness

a numeric vector with the thickness (in)

ushift

a factor with the day-shift combination

flaws

an integer vector with the number of flaws on the surface of sampled plates

Details

This data set illustrates concepts in the book ``Quality Control with R''.

References

Cano, E.L. and Moguerza, J.M. and Prieto Corcoba, M. (2015) Quality Control with R. An ISO Standards Approach. Springer.

Examples

Run this code
# NOT RUN {
data(ss.data.thickness2)
str(ss.data.thickness2) 
lattice::dotplot(thickness ~ shift | day,
    data = ss.data.thickness2,
    layout = c(7, 1))

# }

Run the code above in your browser using DataLab