AICc {LDATS} | R Documentation |
Calculate AICc
Description
Calculate the small sample size correction of
AIC
for the input object.
Usage
AICc(object)
Arguments
object |
Value
numeric
value of AICc.
Examples
dat <- data.frame(y = rnorm(50), x = rnorm(50))
mod <- lm(dat)
AICc(mod)
[Package LDATS version 0.3.0 Index]