The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

dupiR: an R package for Bayesian inference using discrete uniform priors

This R package implements a Bayesian approach to infer population sizes from count data. The package takes a set of sample counts obtained by sampling fractions of a finite volume containing an homogeneously dispersed population of identical objects and returns the posterior probability distribution of the population size. The algorithm makes use of a binomial likelihood and non-conjugate, discrete uniform priors. dupiR can be applied to both sampling with or without replacement.

Further details on the statistical framework can be found in:

Please cite this article if you are using dupiR for your research.

Installation

You can install the latest package release from CRAN:

install.packages("dupiR")

or the development version from GitHub:

# install.packages("devtools")
devtools::install_github("FedericoComoglio/dupiR")

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.