CRAN
joineR 1.2.4
Joint Modelling of Repeated Measurements and Time-to-Event Data
Released May 17, 2018 by Pete Philipson
Dependencies
MASS 7.3-50 lattice 0.20-35 nlme 3.1-137 survival 2.42-3 statmod 1.4.30
Analysis of repeated measurements and time-to-event data via random effects joint models. Fits the joint models proposed by Henderson and colleagues
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>joineR</artifactId> <version>1.2.4-b2</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:joineR')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- UniqueVariables-examples
- joint-examples
- jointSE-examples
- jointdata-examples
- jointplot-examples
- lines.jointdata-examples
- plot.jointdata-examples
- plot.vargm-examples
- points.jointdata-examples
- sample.jointdata-examples
- simjoint-examples
- subset.jointdata-examples
- summary.joint-examples
- summary.jointdata-examples
- summarybal-examples
- testthat
- to.balanced-examples
- to.unbalanced-examples
- variogram-examples