CRAN

aftgee 1.1.3

Accelerated Failure Time Model with Generalized Estimating Equations

Released Jul 24, 2018 by Sy Han Chiou

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

Dependencies

BB 2014.10-1 MASS 7.3-50 geepack 1.2-1 survival 2.42-6

A collection of methods for both the rank-based estimates and least-square estimates to the Accelerated Failure Time (AFT) model. For rank-based estimation, it provides approaches that include the computationally efficient Gehan's weight and the general's weight such as the logrank weight. Details of the rank-based estimation can be found in Chiou et al. (2014) and Chiou et al. (2015) . For the least-square estimation, the estimating equation is solved with generalized estimating equations (GEE). Moreover, in multivariate cases, the dependence working correlation structure can be specified in GEE's setting. Details on the least-squares estimation can be found in Chiou et al. (2014) .

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>aftgee</artifactId>
    <version>1.1.3-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:aftgee')

Test Results

This package was last tested against Renjin 0.9.2657 on Aug 18, 2018.