Description Usage Format References Examples
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.
1 |
A data frame with 10 observations on the following 2 variables.
number of nonconformities (inspection units)
number of computers inspected
Montgomery, D.C. (1991) Introduction to Statistical Quality Control, 2nd ed, New York, John Wiley & Sons, pp. 181–182
1 2 3 4 5 | data(pcmanufact)
attach(pcmanufact)
summary(pcmanufact)
plot(x/size, type="b")
detach(pcmanufact)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.