logLik.gnlsStruct | R Documentation |
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.
## S3 method for class 'gnlsStruct'
logLik(object, Pars, conLin, ...)
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. |
the log-likelihood for the linear model described by object
,
evaluated at Pars
.
José Pinheiro and Douglas Bates bates@stat.wisc.edu
gnls
, gnlsStruct
,
logLik.gnls
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.