| AIC.gambin {gambin} | R Documentation |
Likelihood statistics for the GamBin model
Description
Uses likelihood and information theoretical approaches to reveal the degree of fit of the GamBin model to empirical species abundance distributions.
Usage
## S3 method for class 'gambin'
AIC(object, ...)
AICc(object, ...)
## S3 method for class 'gambin'
AICc(object, ...)
## S3 method for class 'gambin'
BIC(object, ...)
## S3 method for class 'gambin'
logLik(object, ...)
Arguments
object |
An object of type |
... |
Further arguments to pass to the function |
Value
logLik returns an R object of type logLik. The other function return the numerical value of the statistic
References
Akaike, Hirotugu. "A new look at the statistical model identification." Automatic Control, IEEE Transactions on 19.6 (1974): 716-723.
Examples
data(moths)
fit = fit_abundances(moths)
AIC(fit)
[Package gambin version 2.5.0 Index]