CRAN

gtcorr 0.2-1

Calculate efficiencies of group testing algorithms with correlated responses

Released May 26, 2011 by Sam Lendle

This package can be loaded by Renjin but 1 out 4 tests failed.

This package provides functions to calculate the efficiencies (expected tests per unit) of hierarchical and matrix group testing procedures. Efficiencies can be calculated in the presense of correlated responses under multiple arrangements of clustesrs. Efficiencies can also be evaluated in the presense of test error.

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>gtcorr</artifactId>
    <version>0.2-1-b244</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:gtcorr')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.

Source

R

View GitHub Mirror

Release History