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
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>
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.
- CompLogML-examples
- MakeCompMatrix-examples
- bma.cr-examples
- cfunction-examples
- check.strata-examples
- circle-examples
- circle.ind-examples
- dga-package-examples
- ellipse-examples
- ellipse.ind-examples
- integer.base.b-examples
- make.strata-examples
- makeAdjMatrix-examples
- plotPosteriorN-examples
- remove.close-examples
- remove.close.ellipse-examples
- sfunction-examples
- tmpfun-examples
- venn3-examples
- venn4-examples