Rev 6563 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File nlme/man/random.effects.Rd% Part of the nlme package for R% Distributed under GPL 2 or later: see nlme/LICENCE.note\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}.\code{random.effects} is an alias for \code{ranef}; methods areimplemented for the latter.}\value{will depend on the method function used; see the appropriate documentation.}\references{Pinheiro, J.C., and Bates, D.M. (2000) "Mixed-Effects Modelsin S and S-PLUS", Springer, esp. pp. 100, 461.}\seealso{\code{\link{ranef.lmList}}, \code{\link{ranef.lme}}}\keyword{models}