View source: R/logLik_gambin.R
| AIC.gambin | R Documentation |
Uses likelihood and information theoretical approaches to reveal the degree of fit of the GamBin model to empirical species abundance distributions.
## 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, ...)
object |
An object of type |
... |
Further arguments to pass to the function |
logLik returns an R object of type logLik. The other function return the numerical value of the statistic
Akaike, Hirotugu. "A new look at the statistical model identification." Automatic Control, IEEE Transactions on 19.6 (1974): 716-723.
data(moths) fit = fit_abundances(moths) AIC(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.