CRAN
dynfrail 0.5.2
Fitting Dynamic Frailty Models with the EM Algorithm
Released Oct 30, 2017 by Theodor Adrian Balan
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)
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>
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.