Description Usage Format References Examples
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, for the control phase I, when preliminary samples from a process being considered 'in control' are used to construct control charts. Then, further 15 samples, again each of size 5, are obtained for phase II.
1 |
A data frame with 200 observations on the following 3 variables.
a numeric vector
sample ID
preliminary sample indicator (TRUE/FALSE)
Montgomery, D.C. (1991) Introduction to Statistical Quality Control, 2nd ed, New York, John Wiley & Sons, pp. 206–213
1 2 3 4 5 6 7 | data(pistonrings)
attach(pistonrings)
summary(pistonrings)
boxplot(diameter ~ sample)
plot(sample, diameter, cex=0.7)
lines(tapply(diameter,sample,mean))
detach(pistonrings)
|
Package 'qcc' version 2.7
Type 'citation("qcc")' for citing this R package in publications.
diameter sample trial
Min. :73.97 Min. : 1.00 Mode :logical
1st Qu.:74.00 1st Qu.:10.75 FALSE:75
Median :74.00 Median :20.50 TRUE :125
Mean :74.00 Mean :20.50
3rd Qu.:74.01 3rd Qu.:30.25
Max. :74.04 Max. :40.00
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.