AICc | R Documentation |
Calculate the small sample size correction of
AIC
for the input object.
AICc(object)
object |
An object for which |
numeric
value of AICc.
dat <- data.frame(y = rnorm(50), x = rnorm(50))
mod <- lm(dat)
AICc(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.