xmp04.28 {Devore5} | R Documentation |
The xmp04.28
data frame has 10 rows and 1 columns of
constructed data representing measurement errors.
This data frame contains the following columns:
Devore, J. L. (2000) Probability and Statistics for Engineering and the Sciences (5th ed), Duxbury
data(xmp04.28) attach(xmp04.28) qqnorm(meas.err) # compare to Figure 4.31, p. 188 qqline(meas.err) detach()