CRAN

TopKLists 1.0.6

Inference, Aggregation and Visualization for Top-K Ranked Lists

Released Nov 13, 2015 by Michael G. Schimek

This package can be loaded by Renjin but 3 out 20 tests failed.

Dependencies

Hmisc 4.1-1 gplots 3.0.1

For multiple ranked input lists (full or partial) representing the same set of N objects, the package TopKLists offers (1) statistical inference on the lengths of informative top-k lists, (2) stochastic aggregation of full or partial lists, and (3) graphical tools for the statistical exploration of input lists, and for the visualization of aggregation results.

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>TopKLists</artifactId>
    <version>1.0.6-b52</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:TopKLists')

Test Results

This package was last tested against Renjin 0.9.2625 on Apr 9, 2018.

Source

R
C

View GitHub Mirror

Release History