Calculate the small sample size correction of AIC for the input object.

AICc(object)

Arguments

object

An object for which AIC and logLik have defined methods.

Value

numeric value of AICc.

Examples

  dat <- data.frame(y = rnorm(50), x = rnorm(50))
  mod <- lm(dat)
  AICc(mod)