CRAN
Tsphere 1.0
Transposable Sphering for Large-Scale Inference with Correlated Data.
Released Oct 29, 2012 by Genevera I. Allen
This package can be loaded by Renjin but 1 out 2 tests failed.
Dependencies
Adjusts for correlations among the rows and columns via the Transposable Sphering Algorithm when conducting large-scale inference on the rows of a data matrix.
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>Tsphere</artifactId> <version>1.0-b31</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:Tsphere')
Test Results
This package was last tested against Renjin 0.8.2500 on Oct 27, 2017.