CRAN

mcsm 1.0

Functions for Monte Carlo Methods with R

Released Apr 28, 2009 by Christian P. Robert

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

Dependencies

coda 0.19-1 MASS 7.3-50

mcsm contains a collection of functions that allows the reenactment of the R programs used in the book EnteR Monte Carlo Methods without further programming. Programs being available as well, they can be modified by the user to conduct one's own simulations.

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>mcsm</artifactId>
    <version>1.0-b255</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:mcsm')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.

Source

R

View GitHub Mirror

Release History