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>
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.
- TSDT-examples
- binary_transform-examples
- bootstrap-examples
- ctree_wrapper-examples
- desirable_response_proportion-examples
- diff_quantile_response-examples
- diff_survival_time_quantile-examples
- distribution-examples
- folds-examples
- function_parameter_names-examples
- get_covariates-examples
- get_suggested_subgroup-examples
- get_trt-examples
- get_y-examples
- grapes-nin-grapes-examples
- mean_response-examples
- na2empty-examples
- parse_party-examples
- parse_rpart-examples
- partition-examples
- permutation-examples
- quantile_response-examples
- reset_factor_levels-examples
- rpart_nodes-examples
- rpart_wrapper-examples
- subgroup-examples
- subsample-examples
- survival_time_quantile-examples
- treatment_effect-examples
- unfactor-examples
- unpack_args-examples