CRAN

optAUC 1.0

Optimal Combinations of Diagnostic Tests Based on AUC

Released Apr 1, 2013 by Xin Huang

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

Dependencies

MASS 7.3-49

Searches for optimal linear combination of multiple diagnostic tests (markers) that maximizes the area under the receiver operating characteristic curve (AUC); performs an approximated cross-validation for estimating the AUC associated with the estimated coefficients.

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>optAUC</artifactId>
    <version>1.0-b239</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:optAUC')

Test Results

This package was last tested against Renjin 0.9.2635 on Apr 26, 2018.

Source

R

View GitHub Mirror

Release History