pistonrings {qcc} | R Documentation |
Piston rings for an automotive engine are produced by a forging process. The inside diameter of the rings manufactured by the process is measured on 25 samples, each of size 5, drawn from a process being considered 'in control'.
data(pistonrings)
A data frame with 200 observations on the following 3 variables.
Montgomery, D.C. (1991) Introduction to Statistical Quality Control, 2nd ed, New York, John Wiley & Sons, pp. 206–213
data(pistonrings) attach(pistonrings) summary(pistonrings) boxplot(diameter ~ sample) plot(sample, diameter, cex=0.7) lines(tapply(diameter,sample,mean)) detach(pistonrings)