compute_aicc function

compute AICc

compute AICc

compute_aicc(rss, n, p, type = "AICc")

Arguments

  • rss: residual sum of squares
  • n: number of observation
  • p: number of nonzero parameters
  • type: character "AICc"

Examples

compute_aicc (rss=10, n=30, p=6, type = "AICc")

References

Calculating AIC “by hand” in R in Stack Overflow

  • Maintainer: Sumin Shen
  • License: GPL-3
  • Last published: 2019-07-28

Useful links