Skip to contents

S3 method to compute AIC (Akaike Information Criterion).

Usage

# S3 method for class 'lifelihoodResults'
AIC(object, ..., k = length(coef(object)))

Arguments

object

output of lifelihood()

...

Ignored

k

Number of estimated parameter of the model. Default to length(coef(object)).

Value

The AIC

See also