Calculate AIC (Akaike Information Criterion).
aic(loglik, k)
loglik
A numeric, the log-likelihood.
k
An integer >= 0, the number of selected variables.
A number, a value of AIC.
aic(10, 5)