The R Project SVN R-packages

Rev

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

\name{ex10.26}
\alias{ex10.26}
\title{data from exercise 10.26}
\description{
The \code{ex10.26} data frame has 26 rows and 2 columns.
}
\format{
This data frame contains the following columns:
\describe{
\item{PAPFUA}{
a numeric vector
}
\item{brand}{
a factor with levels
\code{BlueBonnet} 
\code{Chiffon} 
\code{Fleischman} 
\code{Imperial} 
\code{Mazola} 
\code{Parkay} 
}
}
}
\details{
}
\source{
  Devore, J. L. (2000) \emph{Probability and Statistics for Engineering and the Sciences (5th ed)}, Duxbury
}
\examples{
data(ex10.26)
}
\keyword{datasets}