Rdocumentation
powered by
Learn R Programming
evobiR (version 1.1)
AICc: 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.
References
http://coleoguy.github.io/
Examples
Run this code
AICc(-
32
,
3
,
100
)
Run the code above in your browser using
DataLab