AICc {evobiR} | R Documentation |
Computes an AICc score
Description
Supplied with a log likelihood, the number of model parameters, and sample size calculates the small sample size version of the AIC score.
Usage
AICc(loglik, K, N)
Arguments
loglik |
log likelihood. |
K |
the number of parameters in the model |
N |
the sample size. |
Details
Returns an AICc score.
Author(s)
Heath Blackmon
References
Examples
AICc(-32, 3, 100)
[Package evobiR version 1.1 Index]