CRAN

dga 1.2

Capture-Recapture Estimation using Bayesian Model Averaging

Released Apr 16, 2015 by Kristian Lum

This package can be loaded by Renjin but 3 out 20 tests failed.

Dependencies

chron 2.3-52

Performs Bayesian model averaging for capture-recapture. This includes code to stratify records, check the strata for suitable overlap to be used for capture-recapture, and some functions to plot the estimated population size.

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>dga</artifactId>
    <version>1.2-b257</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:dga')

Test Results

This package was last tested against Renjin 0.9.2709 on Nov 8, 2018.

Source

R

View GitHub Mirror

Release History