CRAN
optband 0.2.1
'surv' Object Confidence Bands Optimized by Area
Released May 10, 2017 by Sam Tracy
This package can be loaded by Renjin but 6 out 7 tests failed.
Dependencies
Given a certain coverage level, obtains simultaneous confidence bands for the survival and cumulative hazard functions such that the area between is minimized. Produces an approximate solution based on local time arguments.
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>optband</artifactId> <version>0.2.1-b5</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:optband')
Test Results
This package was last tested against Renjin 0.8.2442 on Sep 25, 2017.