CRAN
discfrail 0.1
Cox Models for Time-to-Event Data with Nonparametric Discrete Group-Specific Frailties
Released Mar 13, 2019 by Francesca Gasperoni
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)
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>
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.