Description Usage Arguments Details Value See Also Examples
logLik
is a generic function which extracts the GLARMA model
log-likelihood from objects returned by modeling functions.
1 2 |
object |
An object of class |
deriv |
Numeric; either "0", "1"
or "2". It is used to choose and extract the log-likehood, its
derivative or its second derivative respectively from the
|
... |
Further arguments passed to or from other methods. |
This is an S3 generic function. logLik
returns the
log-likelihood, its derivative, or its second derivative from the
object of class glarma
based on the value of the argument
deriv
. "0" is for the log-likelihood, "1" is for the first
derivative of log-likelihood and "2" is for the second derivative of
the log-likelihood.
The log-likelihood, the derivative of the log-likelihood or the second
derivative of the log-likelihood extracted from the GLARMA model
object object
.
coef.glarma
, residuals.glarma
,
fitted.glarma
, glarma
.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.