The R Project SVN R-packages

Rev

Rev 4820 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

\name{ex11.09}
\alias{ex11.09}
\title{data from exercise 11.9}
\description{
The \code{ex11.09} data frame has 36 rows and 3 columns.
}
\format{
This data frame contains the following columns:
\describe{
\item{effort}{
a numeric vector
}
\item{Type}{
a factor with levels
\code{T1} 
\code{T2} 
\code{T3} 
\code{T4} 
}
\item{Subject}{
a numeric vector
}
}
}
\details{
}
\source{
  Devore, J. L. (2000) \emph{Probability and Statistics for Engineering and the Sciences (5th ed)}, Duxbury
}
\examples{
data(ex11.09)
}
\keyword{datasets}