R/utilities.R
AICc.Rd
Calculate the small sample size correction of AIC for the input object.
AIC
AICc(object)
An object for which AIC and logLik have defined methods.
logLik
numeric value of AICc.
numeric
dat <- data.frame(y = rnorm(50), x = rnorm(50)) mod <- lm(dat) AICc(mod)