Skip to content
Prev 178998 / 398506 Next

AICc

Katie-

I think you can calculate it easily in R using the definitions:

AIC<- -2*LL + 2*K
AICc<-AIC + 2*K*(K+1)/(n-K-1)

where LL is the logLik, K is the the number of parameters in the fitted 
model, and n is the number of observation, so if you know AIC then it is 
easy to calculate AICc

Ron
Katie Stumpf wrote: