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
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>
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.
- dp-examples
- gm.boot.coco-examples
- gm.boot.mim-examples
- gm.chi-examples
- gm.csi-examples
- gm.cv-examples
- gm.gamma-examples
- gm.generate-examples
- gm.gms-examples
- gm.mim-examples
- gm.modelsim-examples
- gm.or-examples
- gm.plot-examples
- gm.screening-examples
- gm.si-examples
- gm.sim.ixj-examples
- gm.validation-examples
- gmvalid-package-examples
- idd35-examples
- wam-examples
- wynder-examples