CRAN

joineRmeta 0.1.1

Joint Modelling for Meta-Analytic (Multi-Study) Data

Released Mar 9, 2018 by Maria Sudell

This package can be loaded by Renjin but all tests failed.

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) , but extends to the multi-study, meta-analytic case. Functions for meta-analysis of a single longitudinal and a single time-to-event outcome from multiple studies using joint models. Options to produce plots for multi study joint data, to pool joint model fits from 'JM' and 'joineR' packages in a two stage meta-analysis, and to model multi-study joint data in a one stage meta-analysis.

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>

View build log

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.

Source

R

View GitHub Mirror

Release History