AICc: Calculate AICc

Description Usage Arguments Value Examples

View source: R/utilities.R

Description

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

Usage

1
AICc(object)

Arguments

object

An object for which AIC and logLik have defined methods.

Value

numeric value of AICc.

Examples

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

weecology/LDATS documentation built on March 28, 2020, 11:20 a.m.