AICc: Computes an AICc score

Description Usage Arguments Details Author(s) References Examples

View source: R/AICc.R

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

1
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

http://coleoguy.github.io/

Examples

1
AICc(-32, 3, 100)

evobiR documentation built on May 2, 2019, 5:40 a.m.