Rev 6562 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File nlme/man/logLik.glsStruct.Rd% Part of the nlme package for R% Distributed under GPL 2 or later: see nlme/LICENCE.note\name{logLik.glsStruct}\title{Log-Likelihood of a glsStruct Object}\usage{\method{logLik}{glsStruct}(object, Pars, conLin, \dots)}\alias{logLik.glsStruct}\arguments{\item{object}{an object inheriting from class \code{"\link{glsStruct}"},representing a list of linear model components, such as\code{corStruct} and \code{"\link{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 linear 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 model described by\code{object}, evaluated at \code{Pars}.}\author{José Pinheiro and Douglas Bates \email{bates@stat.wisc.edu}}\seealso{\code{\link{gls}},\code{\link{glsStruct}},\code{\link{logLik.lme}}}\keyword{models}