logLik.gambin: Likelihood statistics for the GamBin model

Description Usage Arguments Value References Examples

View source: R/logLik_gambin.R

Description

Uses likelihood and information theoretical approaches to reveal the degree of fit of the GamBin model to empirical species abundance distributions.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## 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 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

1
2
3

gambin documentation built on April 17, 2021, 1:06 a.m.