CRAN

R2jags 0.5-7

Using R to Run 'JAGS'

Released Aug 23, 2015 by Yu-Sung Su

This package can be loaded by Renjin but 1 out 4 tests failed.

Dependencies

coda 0.19-1 abind 1.4-3 rjags 4-6 R2WinBUGS 2.1-21

Providing wrapper functions to implement Bayesian analysis in JAGS. Some major features include monitoring convergence of a MCMC model using Rubin and Gelman Rhat statistics, automatically running a MCMC model till it converges, and implementing parallel processing of a MCMC model for multiple chains.

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>R2jags</artifactId>
    <version>0.5-7-b46</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:R2jags')

Test Results

This package was last tested against Renjin 0.9.2687 on Aug 25, 2018.