Learn R Programming

Renext (version 3.1-4)

logLik.Renouv: Log-likelihood of a "Renouv" object

Description

Log-likelihood, AIC, BIC and number of observations of an object of class "Renouv".

Usage

# S3 method for Renouv
AIC(object, ..., k = 2)
# S3 method for Renouv
BIC(object, ...)
# S3 method for Renouv
logLik(object, ...)
# S3 method for Renouv
nobs(object, ...)

Arguments

object

Object of class "Renouv".

k

See AIC.

...

Not used yet.

Author

Yves Deville

Caution

Comparing log-likelihoods, AIC or BIC for different Renouv objects makes sense only when these share the same data and the same threshold.

See Also

The AIC, nobs generic functions.