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: describe{ item{meas.err}{ a numeric vector of measurement errors (no units given) } }
Devore, J. L. (2000) Probability and Statistics for Engineering and the Sciences (5th ed), Duxbury
library(Devore5) data(xmp04.28) attach(xmp04.28) qqnorm(meas.err) # compare to Figure 4.31, p. 188 qqline(meas.err) detach()