CRAN

mexhaz 1.6

Mixed Effect Excess Hazard Models

Released Jun 18, 2019 by Hadrien Charvat

This package can be loaded by Renjin but 14 out 17 tests failed.

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>

View build log

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.

Source

R
C

View GitHub Mirror

Release History