CRAN

DDPGPSurv 1.0

DDP-GP Survival Analysis

Released Jun 24, 2018 by William Hua

This package can be loaded by Renjin but 5 out 6 tests failed.

Dependencies

Rcpp mvnfast 0.2.5 MASS 7.3-50 mc2d 0.1-18 RcppArmadillo 0.9.100.5.0 survival 2.42-6

A nonparametric Bayesian approach to survival analysis. The functions perform inference via MCMC simulations from the posterior distributions for a Dependent Dirichlet Process-Gaussian Process prior. To maximize computational efficiency, some of the computations are performed in 'Rcpp'.

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>DDPGPSurv</artifactId>
    <version>1.0-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:DDPGPSurv')

Test Results

This package was last tested against Renjin 0.9.2657 on Aug 18, 2018.

Source

R
C++

View GitHub Mirror

Release History