Learn R Programming

bcc (version 1.3.1)

Montgomery2005: Montgomery 2005 data

Description

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

Usage

data(Montgomery2005)

Arguments

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

Run this code
# NOT RUN {
data(Montgomery2005)
attach(Montgomery2005)
boxplot(Montgomery2005)
plot(Montgomery2005)
# }

Run the code above in your browser using DataLab