Learn R Programming

hopit (version 0.11.6)

AIC.hopit: Extracting the Akaike Information Criterion from the fitted model

Description

Extract the Akaike Information Criterion (AIC) from a fitted hopit model.

Usage

# S3 method for hopit
AIC(object, ..., k = 2L)

Arguments

object

a hopit object.

...

additional objects of the class hopit.

k

a penalty per parameter to be used; the default k = 2 is the classical AIC.

Author

Maciej J. Danko