| bic {bigstep} | R Documentation |
Calculate BIC (Bayesian Information Criterion).
bic(loglik, n, k)
loglik |
a numeric, the log-likelihood. |
n |
an integer > 0, a number of observations. |
k |
an integer >= 0, a number of selected variables. |
A number, a value of BIC.
bic(loglik=10, n=100, k=5)