gambin (version 2.4.0)

AIC.gambin: 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 gambin
AIC(object, ...)

AICc(object, ...)

# S3 method for gambin AICc(object, ...)

# S3 method for gambin BIC(object, ...)

# S3 method for gambin logLik(object, ...)

Arguments

object

An object of type gambin

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

Run this code
# NOT RUN {
data(moths)
fit = fit_abundances(moths)
AIC(fit)
# }

Run the code above in your browser using DataCamp Workspace