Rev 3736 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{xmp04.28}\alias{xmp04.28}\docType{data}\title{data from Example 4.28}\description{The \code{xmp04.28} data frame has 10 rows and 1 columns ofconstructed data representing measurement errors.}\format{This data frame contains the following columns:\describe{\item{meas.err}{a numeric vector of measurement errors (no units given)}}}\source{Devore, J. L. (2003) \emph{Probability and Statistics forEngineering and the Sciences (6th ed)}, Duxbury}\examples{data(xmp04.28)attach(xmp04.28)qqnorm(meas.err) # compare to Figure 4.31, p. 188qqline(meas.err)detach()}\keyword{datasets}