Montgomery2005 consists of a data set of a manufacturing process offrozen orange juice concentrate in 30 packages of 50 units each.

data(Montgomery2005)

Format

A data frame with 30 observations on the following 2 variables.

Sample

a numeric vector

Defective

a numeric vector

References

Montgomery, D. C. (2005). Introduction to Statistical Quality Control(5th ed.), NewYork: John Wiley & Sons. 732p.

Examples

data(Montgomery2005) attach(Montgomery2005) boxplot(Montgomery2005)
plot(Montgomery2005)