pistonrings | R Documentation |
This is a database that contains information on the inside diameter of piston rings. Piston rings are manufactured for an automobile engine that are produced through a forging process. This process is considered "in control" and is measured on 25 samples, each of size 5.
A data frame with 200 observations on the following 3 variables.
A numeric vector.
Sample ID
Trial sample indicator (TRUE
/FALSE
)
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.