CRAN

tccox 0.1.0

Treatment Choice Cox Model

Released Dec 3, 2017 by James F. Troendle

This package can be loaded by Renjin but 2 out 13 tests failed.

Dependencies

survival 2.42-3

Builds time-varying covariate terms needed and fits Treatment Choice Cox models (Parametric Treatment Choice, Hybrid Treatment Choice, or Interval Treatment Choice) for observational time-to-event studies. See Troendle, JF, Leifer, E, Zhang Z, Yang, S, and Tewes H (2017) .

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>tccox</artifactId>
    <version>0.1.0-b6</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:tccox')

Test Results

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

Source

R

View GitHub Mirror

Release History