AICc: Calculate AICc

View source: R/utilities.R

AICcR Documentation

Calculate AICc

Description

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

Usage

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)


LDATS documentation built on Sept. 19, 2023, 5:08 p.m.