CRAN

tranSurv 1.2.0

Estimating a Survival Distribution in the Presence of Dependent Left Truncation and Right Censoring

Released May 24, 2019 by Sy Han (Steven) Chiou

This package can be loaded by Renjin but 2 out 4 tests failed. An older version of this package is more compatible with Renjin.

Dependencies

survival 2.44-1.1 SQUAREM 2017.10-1

A structural transformation model for a latent, quasi-independent truncation time as a function of the observed dependent truncation time and the event time, and an unknown dependence parameter. The dependence parameter is chosen to minimize the conditional Kendall's tau (Martin and Betensky, 2005) . The marginal distribution for the truncation time and the event time are completely left unspecified.

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>tranSurv</artifactId>
    <version>1.2.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:tranSurv')

Test Results

This package was last tested against Renjin 0.9.2726 on Jul 13, 2019.

Source

R
C

View GitHub Mirror

Release History