compute_aicc {AHM} | R Documentation |
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 “by hand” in R in Stack Overflow
Examples
compute_aicc (rss=10, n=30, p=6, type = "AICc")
[Package AHM version 1.0.1 Index]