CRAN

Daim 1.1.0

Diagnostic accuracy of classification models.

Released Sep 13, 2013 by Sergej Potapov

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

Dependencies

rms 4.0-0

Several functions for evaluating the accuracy of classification models. The package provides the following performance measures: repeated k-fold cross-validation, 0.632 and 0.632+ bootstrap estimation of the misclassification rate, sensitivity, specificity and AUC. If an application is computationally intensive, parallel execution can be used to reduce the computational effort.

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>Daim</artifactId>
    <version>1.1.0-b47</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:Daim')

Test Results

This package was last tested against Renjin 0.8.2500 on Oct 28, 2017.

Source

R
C

View GitHub Mirror

Release History