The R Project SVN R-packages

Rev

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

\name{WWheat}
\alias{WWheat}
\title{Winter wheat}
\description{
    The \code{WWheat} data frame has 60 rows and 3 columns.
}
\format{
    This data frame contains the following columns:
    \describe{
    \item{Variety}{
        an ordered factor with 10 levels
    }
    \item{Yield}{
        a numeric vector of yields
    }
    \item{Moisture}{
        a numeric vector of soil moisture contents
    }
    }
}
\source{
    Littel, R. C., Milliken, G. A., Stroup, W. W., and Wolfinger,
    R. D. (1996), \emph{SAS System for Mixed Models}, SAS Institute
    (Data Set 7.2).
}
\examples{
str(WWheat)
}
\keyword{datasets}