CRAN
Temporal 0.1.1
Parametric Time to Event Analysis
Released Oct 7, 2018 by Zachary McCaw
Dependencies
expint 0.1-5 numDeriv 2016.8-1 plyr 1.8.4 Rcpp RcppEigen 0.3.3.4.0
Performs likelihood-based estimation and inference on time to event data, possibly subject to non-informative right censoring. fitParaSurv() provides maximum likelihood estimates of model parameters and distributional characteristics. compParaSurv() compares the mean and median survival experiences of two treatment arms. Candidate distributions currently include the exponential, gamma, generalized gamma, log-logistic, log-normal, and Weibull.
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>Temporal</artifactId> <version>0.1.1-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:Temporal')
Test Results
This package was last tested against Renjin 0.9.2692 on Oct 21, 2018.
- compParaSurv-examples
- dIncGamma-examples
- dLogIncGamma-examples
- fit.Exp-examples
- fit.Gamma-examples
- fit.GenGamma-examples
- fit.LogLogistic-examples
- fit.LogNormal-examples
- fit.Weibull-examples
- fitParaSurv-examples
- qLogLogistic-examples
- rGamma-examples
- rGenGamma-examples
- rLogLogistic-examples
- rLogNormal-examples
- rWeibull-examples