Rev 6563 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File nlme/man/fixed.effects.Rd% Part of the nlme package for R% Distributed under GPL 2 or later: see nlme/LICENCE.note\name{fixed.effects}\title{Extract Fixed Effects}\usage{fixed.effects(object, \dots)fixef(object, \dots)}\alias{fixed.effects}\alias{fixef}\arguments{\item{object}{any fitted model object from which fixed 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{fixed.effects} is an alias for \code{fixef}; 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.}\seealso{\code{\link{fixef.lmList}}}\keyword{models}