Rev 4820 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{xmp01.02}\alias{xmp01.02}\title{data from Example 1.2}\description{The \code{xmp01.02} data frame has 27 rows and 1 column of flexuralstrengths of concrete.}\format{This data frame contains the following columns:\describe{\item{strength}{a numeric vector of flexural strengths (MegaPascals)}}}\details{Data on the flexural strength (MPa) of high-performance concretebeams obtained by using superplasticizers and certain binders.}\source{Devore, J. L. (2000) \emph{Probability and Statistics forEngineering and the Sciences (5th ed)}, Duxbury(1997) "Effects of aggregates and microfillers on the flexuralproperties of concrete", \emph{Magazine of Concrete Research}, 81--98.}\examples{data(xmp01.02)attach(xmp01.02)hist(strength, xlab = "Flexural strength (MPa)",col = "lightgray")rug(strength)summary(strength)boxplot(strength, col = "lightgray", notch = TRUE,ylab = "Flexural strength (MPa)",main = "Boxplot of strength",sub ="Notches show a 95\% confidence interval on the median strength")detach()}\keyword{datasets}