CRAN
mexhaz 1.6
Mixed Effect Excess Hazard Models
Released Jun 18, 2019 by Hadrien Charvat
Dependencies
numDeriv 2016.8-1.1 statmod 1.4.32 MASS 7.3-51.4 survival 2.44-1.1
Fit flexible (excess) hazard regression models with the possibility of including non-proportional effects of covariables and of adding a random effect at the cluster level (corresponding to a shared frailty).
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>mexhaz</artifactId> <version>1.6-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:mexhaz')
Test Results
This package was last tested against Renjin 0.9.2726 on Jul 13, 2019.
- fixef-examples
- fixef.mexhaz-examples
- lines.predMexhaz-examples
- mexhaz-examples
- mexhaz-package-examples
- plot.predMexhaz-examples
- points.predMexhaz-examples
- predict.mexhaz-examples
- print.mexhaz-examples
- print.predMexhaz-examples
- print.summary.mexhaz-examples
- ranef-examples
- ranef.mexhaz-examples
- summary.mexhaz-examples
- update.mexhaz-examples
- vcov-examples
- vcov.mexhaz-examples