CRAN
joineRmeta 0.1.1
Joint Modelling for Meta-Analytic (Multi-Study) Data
Released Mar 9, 2018 by Maria Sudell
Dependencies
statmod 1.4.30 gtools 3.8.1 nlme 3.1-137 gridExtra 2.3 joineR 1.2.4 lme4 1.1-18-1 Matrix 1.2-14 ggplot2 3.0.0 JM 1.4-8 survival 2.42-6 MASS 7.3-50 meta 4.9-2 msm 1.6.6
Fits joint models of the type proposed by Henderson and colleagues (2000)
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>joineRmeta</artifactId> <version>0.1.1-b6</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:joineRmeta')
Test Results
This package was last tested against Renjin 0.9.2689 on Aug 26, 2018.
- confint.jointmeta1SE-examples
- fixef.jointmeta1-examples
- formula.jointmeta1-examples
- jointmeta1-examples
- jointmetaSE-examples
- jointmetaplot-examples
- print.jointmeta1-examples
- print.jointmeta1SE-examples
- rancov-examples
- ranef.jointmeta1-examples
- simjointmeta-examples
- summary.jointmeta1-examples
- tojointdata-examples
- vcov.jointmeta1SE-examples