# NOT RUN {
#assign the size
n<-5
#assign the number of parameter
k<-3
#assign the negative log likelihood value.
LogLik<- -2
#compute the AICc score
AICc(n,k,LogLik)
# result AICc value of 26.
# }
Run the code above in your browser using DataLab