Rev 6562 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File nlme/man/logLik.lmeStruct.Rd% Part of the nlme package for R% Distributed under GPL 2 or later: see nlme/LICENCE.note\name{logLik.lmeStruct}\title{Log-Likelihood of an lmeStruct Object}\usage{\method{logLik}{lmeStruct}(object, Pars, conLin, \dots)}\alias{logLik.lmeStruct}\alias{logLik.lmeStructInt}\arguments{\item{object}{an object inheriting from class \code{"\link{lmeStruct}"},representing a list of linear mixed-effects model components, such as\code{reStruct}, \code{corStruct}, and \code{varFunc} objects.}\item{Pars}{the parameter values at which the (restricted)log-likelihood is to be evaluated.}\item{conLin}{an optional condensed linear model object, consisting ofa list with components \code{"Xy"}, corresponding to a regressionmatrix (\code{X}) combined with a response vector (\code{y}), and\code{"logLik"}, corresponding to the log-likelihood of theunderlying lme model. Defaults to \code{attr(object, "conLin")}.}\item{\dots}{some methods for this generic require additionalarguments. None are used in this method.}}\description{\code{Pars} is used to update the coefficients of the model componentsof \code{object} and the individual (restricted) log-likelihoodcontributions of each component are added together. The type oflog-likelihood (restricted or not) is determined by the\code{settings} attribute of \code{object}.}\value{the (restricted) log-likelihood for the linear mixed-effects modeldescribed by \code{object}, evaluated at \code{Pars}.}\author{José Pinheiro and Douglas Bates \email{bates@stat.wisc.edu}}\seealso{\code{\link{lme}},\code{\link{lmeStruct}},\code{\link{logLik.lme}}}\keyword{models}