CRAN

gmvalid 1.23

Validation of graphical models

Released Oct 18, 2012 by Fabian Sobotka

This package can be loaded by Renjin but 10 out 21 tests failed.

Dependencies

epitools 0.09 gtools 3.5.0

Simulate data sets given a dependence model, validate graphical models using the bootstrap, find the best prediction model using cross validation.

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>gmvalid</artifactId>
    <version>1.23-b276</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:gmvalid')

Test Results

This package was last tested against Renjin 0.8.2504 on Oct 30, 2017.

Source

R

View GitHub Mirror

Release History