AICc {evobiR} | R Documentation |
Supplied with a log likelihood, the number of model parameters, and sample size calculates the small sample size version of the AIC score.
AICc(loglik, K, N)
loglik |
log likelihood. |
K |
the number of parameters in the model |
N |
the sample size. |
Returns an AICc score.
Heath Blackmon
AICc(-32, 3, 100)