AICc.Rd
Calculate Second-order Akaike Information Criterion for one or several fitted model objects (, for small samples).
AICc(object, ..., k = 2, REML = NULL)
a fitted model object for which there exists a logLik
method, or a "logLik"
object.
optionally more fitted model objects.
the ‘penalty’ per parameter to be used; the default
k = 2
is the classical .
optional logical value, passed to the logLik
method
indicating whether the restricted log-likelihood or log-likelihood should be
used. The default is to use the method used for model estimation.
If just one object is provided, returns a numeric value with the
corresponding ; if more than one object are provided, returns a
data.frame
with rows corresponding to the objects and columns
representing the number of parameters in the model (df) and .
should be used instead when sample size is small in comparison to the number of estimated parameters (Burnham & Anderson 2002 recommend its use when \(n / K < 40\)).
Burnham, K. P. and Anderson, D. R. 2002 Model selection and multimodel inference: a practical information-theoretic approach. 2nd ed. New York, Springer-Verlag.
Hurvich, C. M. and Tsai, C.-L. 1989 Regression and time series model selection in small samples, Biometrika 76, 297–307.
Akaike's An Information Criterion: AIC
Some other implementations:
AICc
in package AICcmodavg,
AICc
in package bbmle,
aicc
in package glmulti