xmp04.28 {Devore5}R Documentation

data from Example 4.28

Description

The xmp04.28 data frame has 10 rows and 1 columns of constructed data representing measurement errors.

Format

This data frame contains the following columns:

meas.err
a numeric vector of measurement errors (no units given)

Source

Devore, J. L. (2000) Probability and Statistics for Engineering and the Sciences (5th ed), Duxbury

Examples

data(xmp04.28)
attach(xmp04.28)
qqnorm(meas.err)   # compare to Figure 4.31, p. 188
qqline(meas.err)
detach()