CRAN

discfrail 0.1

Cox Models for Time-to-Event Data with Nonparametric Discrete Group-Specific Frailties

Released Mar 13, 2019 by Francesca Gasperoni

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

Dependencies

survival 2.43-3 Matrix 1.2-16 numDeriv 2016.8-1

Functions for fitting Cox proportional hazards models for grouped time-to-event data, where the shared group-specific frailties have a discrete nonparametric distribution. The methods proposed in the package is described by Gasperoni, F., Ieva, F., Paganoni, A. M., Jackson, C. H., Sharples, L. (2018) . There are also functions for simulating from these models, with a nonparametric or a parametric baseline hazard function.

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>discfrail</artifactId>
    <version>0.1-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:discfrail')

Test Results

This package was last tested against Renjin 0.9.2724 on Mar 15, 2019.

Source

R

View GitHub Mirror

Release History