CRAN

deal 1.2-39

Learning Bayesian Networks with Mixed Variables

Released Oct 20, 2018 by Claus Dethlefsen

This package is available for Renjin and there are no known compatibility issues.

Bayesian networks with continuous and/or discrete variables can be learned and compared from data. The method is described in Boettcher and Dethlefsen (2003), .

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>deal</artifactId>
    <version>1.2-39-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>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:deal')

Test Results

This package was last tested against Renjin 0.9.2692 on Oct 21, 2018.