CRAN
mrds 2.2.0
Mark-Recapture Distance Sampling
Released Jun 27, 2018 by Laura Marshall
Dependencies
Rsolnp 1.16 numDeriv 2016.8-1 optimx 2014.5.4 mgcv 1.8-24
Animal abundance estimation via conventional, multiple covariate and mark-recapture distance sampling (CDS/MCDS/MRDS). Detection function fitting is performed via maximum likelihood. Also included are diagnostics and plotting for fitted detection functions. Abundance estimation is via a Horvitz-Thompson-like estimator.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>mrds</artifactId> <version>2.2.0-b2</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:mrds')
Test Results
This package was last tested against Renjin 0.9.2687 on Aug 25, 2018.