CRAN

TSDT 1.0.0

Treatment-Specific Subgroup Detection Tool

Released Oct 30, 2018 by Brian Denton

This package can be loaded by Renjin but 10 out 31 tests failed.

Dependencies

mlbench 2.1-1 survRM2 1.0-2 modeltools 0.2-22 hash 3.0.1 party 1.3-1 rpart 4.1-13 survival 2.43-1

Implements a method for identifying subgroups with superior response relative to the overall sample.

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>TSDT</artifactId>
    <version>1.0.0-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:TSDT')

Test Results

This package was last tested against Renjin 0.9.2706 on Nov 1, 2018.

Source

R

View GitHub Mirror

Release History