Rev 6465 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% $Id: logLik.Rd,v 1.1 1999/11/12 13:34:35 bates Exp $\name{logLik}\title{Extract Log-Likelihood}\usage{logLik(object, ...)}\alias{logLik}\arguments{\item{object}{any object from which a log-likelihood value, or acontribution to a log-likelihood value, 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{corStruct}, \code{gls}, \code{lm},\code{lme}, \code{lmList}, \code{lmeStruct}, \code{reStruct}, and\code{varFunc}.}\value{will depend on the method function used; see the appropriatedocumentation.}\author{Jose Pinheiro and Douglas Bates}\examples{## see the method function documentation}\keyword{models}