maic2 {bigstep} | R Documentation |
Calculate mAIC2 (the second version of modified Akaike Information Criterion).
maic2(loglik, k, n, p, const = 0.5)
loglik |
A numeric, the log-likelihood. |
k |
An integer >= 0, the number of selected variables. |
n |
An integer > 0, the number of observations, used only to check if k is not too large. |
p |
An integer > 0, the number of all variables or a weight. |
const |
A numeric > 0, the expected number of significant variables. |
A number, a value of mAIC2.
maic2(10, 5, 100, 50)