Rev 6563 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File nlme/man/asTable.Rd% Part of the nlme package for R% Distributed under GPL 2 or later: see nlme/LICENCE.note\name{asTable}\alias{asTable}\alias{asTable.groupedData}\title{Convert groupedData to a matrix}\usage{asTable(object)}\arguments{\item{object}{A balanced \code{groupedData} object}}\description{Create a tabular representation of the response in a balanced\code{groupedData} object.}\details{A balanced \code{groupedData} object can be represented as a matrix or tableof response values corresponding to the values of a primary covariatefor each level of a grouping factor. This function creates such amatrix representation of the data in \code{object}.}\value{A matrix. The data in the matrix are the values of the response. Thecolumns correspond to the distinct values of the primary covariate andare labelled as such. The rows correspond to the distinct levels ofthe grouping factor and are labelled as such.}\references{Pinheiro, J. C. and Bates, D. M. (2000), \emph{Mixed-Effects Models in Sand S-PLUS}, Springer, New York.}\author{José Pinheiro and Douglas Bates \email{bates@stat.wisc.edu}}\seealso{\code{\link{groupedData}}, \code{\link{isBalanced}},\code{\link{balancedGrouped}}}\examples{asTable(Orthodont)# Pinheiro and Bates, p. 109ergoStool.mat <- asTable(ergoStool)}\keyword{manip}