The R Project SVN R-packages

Rev

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

\name{IncBlk}
\alias{IncBlk}
\title{An unbalanced incomplete block experiment}
\description{
    The \code{IncBlk} data frame has 24 rows and 4 columns.
}
\format{
    This data frame contains the following columns:
    \describe{
    \item{Block}{
        an ordered factor giving the block
    }
    \item{Treatment}{
        a factor with levels \code{1} to \code{4} 
    }
    \item{y}{
        a numeric vector
    }
    \item{x}{
        a numeric vector
    }
    }
}
\details{
    These data are probably constructed data.
}
\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 5.5).
}
\examples{
str(IncBlk)
}
\keyword{datasets}