CRAN
rjmcmc 0.4.4
Reversible-Jump MCMC Using Post-Processing
Released Mar 2, 2019 by Nick Gelling
Dependencies
madness 0.2.3 mvtnorm 1.0-9 coda 0.19-2
Performs reversible-jump Markov chain Monte Carlo (Green, 1995)
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>rjmcmc</artifactId> <version>0.4.4-b1</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:rjmcmc')
Test Results
This package was last tested against Renjin 0.9.2724 on Mar 4, 2019.