AIC.logLik {base} | R Documentation |
see Description in AIC
.
## S3 method for class 'logLik'
AIC(object, ..., k = 2)
object |
an object inheriting from class |
... |
further arguments to be passed to or from methods. |
k |
numeric, the “penalty” per parameter to be used; the
default |
a numeric value with the corresponding AIC.
Jose Pinheiro and Douglas Bates
Sakamoto, Y., Ishiguro, M., and Kitagawa G. (1986). Akaike Information Criterion Statistics. D. Reidel Publishing Company.
AIC
,
logLik
.