CRAN

dynfrail 0.5.2

Fitting Dynamic Frailty Models with the EM Algorithm

Released Oct 30, 2017 by Theodor Adrian Balan

This package can be loaded by Renjin but 3 out 5 tests failed.

Dependencies

tibble 1.3.4 survival 2.41-3 Rcpp magrittr 1.5 dplyr 0.7.4 RcppArmadillo 0.8.300.1.0 tidyr 0.7.2

Fits semiparametric dynamic frailty models according to the methodology of Putter and van Houwelingen (2015) . Intermediate models, where the frailty is piecewise constant on prespecified intervals, are also supported. The frailty process is taken to have a specific auto-correlation structure, and the supported distributions include gamma, inverse Gaussian, power variance family (PVF) and positive stable.

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>dynfrail</artifactId>
    <version>0.5.2-b5</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:dynfrail')

Test Results

This package was last tested against Renjin 0.8.2561 on Dec 22, 2017.

Source

R
C++

View GitHub Mirror

Release History