Learn R Programming

AHM (version 1.0.1)

compute_aicc: compute AICc

Description

compute AICc

Usage

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"

References

Calculating AIC <U+201C>by hand<U+201D> in R in Stack Overflow

Examples

Run this code
# NOT RUN {
compute_aicc (rss=10, n=30, p=6, type = "AICc")
# }

Run the code above in your browser using DataLab