Rev 4679 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% $Id: random.effects.Rd,v 1.4.4.1 2003/04/17 22:28:45 bates Exp $\name{random.effects}\title{Extract Random Effects}\usage{random.effects(object, \dots)ranef(object, \dots)}\alias{random.effects}\alias{ranef}\alias{print.ranef}\arguments{\item{object}{any fitted model object from which random effectsestimates can be extracted.}\item{\dots}{some methods for this generic function require additionalarguments.}}\description{This function is generic; method functions can be written to handlespecific classes of objects. Classes which already have methods forthis function include \code{lmList} and \code{lme}.}\value{will depend on the method function used; see the appropriate documentation.}\seealso{\code{\link{ranef.lmList}},\code{\link{ranef.lme}}}\examples{## see the method function documentation}\keyword{models}