logLik.gnlsStruct {nlme} | R Documentation |
Log-Likelihood of a gnlsStruct Object
Description
Pars
is used to update the coefficients of the model components
of object
and the individual log-likelihood
contributions of each component are added together.
Usage
## S3 method for class 'gnlsStruct'
logLik(object, Pars, conLin, ...)
Arguments
object |
an object inheriting from class |
Pars |
the parameter values at which the log-likelihood is to be evaluated. |
conLin |
an optional condensed linear model object, consisting of
a list with components |
... |
some methods for this generic require additional arguments. None are used in this method. |
Value
the log-likelihood for the linear model described by object
,
evaluated at Pars
.
Author(s)
José Pinheiro and Douglas Bates bates@stat.wisc.edu