Package: gambin Type: Package Title: Fit the Gambin Model to Species Abundance Distributions Version: 2.5.0 Authors@R: c(person(given="Thomas", family="Matthews", email="txm676@gmail.com", role = c("aut", "cre")), person(given=c("Michael", "Krabbe"), family="Borregaard", email="mkborregaard@snm.ku.dk", role = "aut"), person(given="Karl", family="Ugland", role = "aut"), person(given="Colin", family="Gillespie", email="csgillespie@gmail.com", role = "aut")) Description: Fits unimodal and multimodal gambin distributions to species-abundance distributions from ecological data, as in in Matthews et al. (2014) . 'gambin' is short for 'gamma-binomial'. The main function is fit_abundances(), which estimates the 'alpha' parameter(s) of the gambin distribution using maximum likelihood. Functions are also provided to generate the gambin distribution and for calculating likelihood statistics. Imports: stats, graphics, doParallel, gtools, foreach, parallel Suggests: testthat, knitr, rmarkdown Depends: R(>= 3.0.0) URL: https://github.com/txm676/gambin/ BugReports: https://github.com/txm676/gambin/issues License: GPL-3 RoxygenNote: 7.1.1 VignetteBuilder: knitr Encoding: UTF-8 Repository: https://txm676.r-universe.dev Date/Publication: 2022-12-12 15:19:17 UTC RemoteUrl: https://github.com/txm676/gambin RemoteRef: HEAD RemoteSha: 3d459f51ef20f892a492bf733c6c882b28c48a90 NeedsCompilation: no Packaged: 2026-07-16 05:36:51 UTC; root Author: Thomas Matthews [aut, cre], Michael Krabbe Borregaard [aut], Karl Ugland [aut], Colin Gillespie [aut] Maintainer: Thomas Matthews