Chips {PASWR} | R Documentation |
Two techniques of splitting chips are randomly assigned to 28 sheets
so that each technique is applied to 14 sheets. The values recorded
in Chips
are the number of usable chips from
each silicon sheet.
Chips
A data frame with 14 observations on the following 2 variables:
techniqueI
techniqueII
Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.
attach(Chips) par(mfrow=c(1,2)) qqnorm(techniqueI) qqline(techniqueI) qqnorm(techniqueII) qqline(techniqueII) par(mfrow=c(1,1)) detach(Chips)