compute_aicc {AHM} | R Documentation |
compute AICc
compute_aicc(rss, n, p, type = "AICc")
rss |
residual sum of squares |
n |
number of observation |
p |
number of nonzero parameters |
type |
character "AICc" |
Calculating AIC “by hand” in R in Stack Overflow
compute_aicc (rss=10, n=30, p=6, type = "AICc")