CRAN

UncertainInterval 0.4.7

Uncertain Interval Methods for Cut-Point Determination in Tests

Released Apr 3, 2018 by Hans Landsheer

This package can be loaded by Renjin but 8 out 11 tests failed.

Dependencies

reshape2 1.4.3 nloptr 1.0.4 rootSolve 1.7

Functions for the determination of an uncertain interval, i.e., a range of test scores that are inconclusive and do not allow a diagnosis, other than 'Uncertain' (Reference: J.A. Landsheer (2016) ).

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>UncertainInterval</artifactId>
    <version>0.4.7-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:UncertainInterval')

Test Results

This package was last tested against Renjin 0.9.2617 on Apr 5, 2018.

Source

R

View GitHub Mirror

Release History