AIC.siland: Akaike's An Information Criterion for siland package

View source: R/AIC.siland.R

AIC.silandR Documentation

Akaike's An Information Criterion for siland package

Description

Function calculating thue usual Akaike's 'An Information Criterion' for an object of class siland, according to the formula -2*loglikelihood+k*npar, with npar the number of parameters of the model and k = 2.

Usage

## S3 method for class 'siland'
AIC(object,...,k=2)

Arguments

object

an object of class siland

...

Dots are not take into account in this version

k

not used

Value

AIC value

Author(s)

O. Martin

References

Sakamoto, Y., Ishiguro, M., and Kitagawa G. (1986). Akaike Information Criterion Statistics. D. Reidel Publishing Company.


siland documentation built on March 31, 2023, 7:33 p.m.