CRAN
TopKLists 1.0.6
Inference, Aggregation and Visualization for Top-K Ranked Lists
Released Nov 13, 2015 by Michael G. Schimek
Dependencies
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>
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.
- CEMC-examples
- MC-examples
- TopKSample-examples
- TopKSpaceSampleInput-examples
- aggmap-examples
- borda-examples
- borda.plot-examples
- calculate.maxK-examples
- compute.stream-examples
- deltaplot-examples
- geo.mean-examples
- init.p-examples
- j0.multi-examples
- kendall.plot-examples
- kendall2Lists-examples
- kendallMLists-examples
- l2norm-examples
- mc.plot-examples
- prepare.idata-examples
- spearman-examples