CRAN

mixPHM 0.7-2

Mixtures of Proportional Hazard Models

Released Jul 23, 2015 by Patrick Mair

This package can be loaded by Renjin but 2 out 7 tests failed.

Dependencies

lattice 0.20-35 survival 2.42-3

Fits multiple variable mixtures of various parametric proportional hazard models using the EM-Algorithm. Proportionality restrictions can be imposed on the latent groups and/or on the variables. Several survival distributions can be specified. Missing values and censored values are allowed. Independence is assumed over the single variables.

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>mixPHM</artifactId>
    <version>0.7-2-b35</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:mixPHM')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.