pcmanufact | R Documentation |
A personal computer manufacturer counts the number of nonconformities per unit on the final assembly line. He collects data on 20 samples of 5 computers each.
A data frame with 20 observations on the following 3 variables.
A quantitative variable that measures the number of nonconformities in each sample.
Sample ID
Number of computers inspected.
Montgomery, D.C. (1991) Introduction to Statistical Quality Control, 2nd ed, New York, John Wiley & Sons, pp. 181–182
data(pcmanufact)
summary(pcmanufact)
plot(pcmanufact$x/pcmanufact$size, type="b")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.