Rev 4679 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% $Id: logLik.gnlsStruct.Rd,v 1.6 2002/03/05 14:59:39 bates Exp $\name{logLik.gnlsStruct}\title{Log-Likelihood of a gnlsStruct Object}\usage{\method{logLik}{gnlsStruct}(object, Pars, conLin, \dots)}\alias{logLik.gnlsStruct}\arguments{\item{object}{an object inheriting from class \code{gnlsStruct},representing a list of model components, such as\code{corStruct} and \code{varFunc} objects, and attributesspecifying the underlying nonlinear model and the response variable.}\item{Pars}{the parameter values at which the log-likelihood is to beevaluated.}\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 nonlinear 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 log-likelihoodcontributions of each component are added together.}\value{the log-likelihood for the linear model described by \code{object},evaluated at \code{Pars}.}\author{Jose Pinheiro \email{Jose.Pinheiro@pharma.novartis.com} and Douglas Bates \email{bates@stat.wisc.edu}}\seealso{\code{\link{gnls}}, \code{\link{gnlsStruct}}}\keyword{models}