Skip to contents

S3 method to compute AICc (Akaike Information Criterion corrected for small sample size, see Hurvich and Tsai 1989).

Usage

AICc(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 AICc

See also