CRAN
gems 1.1.1
Generalized Multistate Simulation Model
Released Mar 26, 2017 by Luisa Salazar Vizcaya
Dependencies
MASS 7.3-49 plyr 1.8.4 msm 1.6.6 data.table 1.10.4-3
Simulate and analyze multistate models with general hazard functions. gems provides functionality for the preparation of hazard functions and parameters, simulation from a general multistate model and predicting future events. The multistate model is not required to be a Markov model and may take the history of previous events into account. In the basic version, it allows to simulate from transition-specific hazard function, whose parameters are multivariable normally distributed.
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>gems</artifactId> <version>1.1.1-b10</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:gems')
Test Results
This package was last tested against Renjin 0.9.2622 on Apr 8, 2018.