performance_aicc: Compute the AIC or second-order AIC
Description
Compute the AIC or the second-order Akaike's information criterion (AICc).
performance_aic() is a small wrapper that returns the AIC. It is
a generic function that also works for some models that don't have a AIC method
(like Tweedie models). performance_aicc() returns the second-order (or "small sample") AIC that incorporates a correction for small sample sizes.
Usage
performance_aicc(x, ...)
performance_aic(x, ...)
Arguments
x
A model object.
...
Currently not used.
Value
Numeric, the AIC or AICc value.
References
Akaike, H. (1973) Information theory as an extension of the maximum likelihood principle. In: Second International Symposium on Information Theory, pp. 267<U+2013>281. Petrov, B.N., Csaki, F., Eds, Akademiai Kiado, Budapest.
Hurvich, C. M., Tsai, C.-L. (1991) Bias of the corrected AIC criterion for underfitted regression and time series models. Biometrika 78, 499<U+2013>509.