Rev 4820 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{xmp01.01}\alias{xmp01.01}\title{data from Example 1.1}\description{The \code{xmp01.01} data frame has 36 rows and 1 column of O-ringtemperatures for space shuttle test firings or launches.}\format{This data frame contains the following columns:\describe{\item{temp}{a numeric vector of temperatures (degrees F)}}}\details{The O-ring temperatures for each test firing of the engines oractual launch of the space shuttle prior to the 1986 explosion ofthe \emph{Challenger}.}\source{Devore, J. L. (2000) \emph{Probability and Statistics for Engineeringand the Sciences (5th ed)}, Duxbury\emph{Presidential Commission on the Space Shuttle ChallengerAccident}, Vol. \bold{1}, 1986: 129--131}\examples{data(xmp01.01)attach(xmp01.01)summary(temp) # summary statisticsstem(temp)hist(temp, xlab = "Temperature (deg. F)")rug(temp)hist(temp, xlab = "Temperature (deg. F)",prob = TRUE, col = "lightgray")lines(density(temp), col = "blue")rug(temp)detach()}\keyword{datasets}