CRAN

netmeta 1.0-1

Network Meta-Analysis using Frequentist Methods

Released Jan 2, 2019 by Guido Schwarzer

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

Dependencies

meta 4.9-3 magic 1.5-8 MASS 7.3-51.1

A comprehensive set of functions providing frequentist methods for network meta-analysis and supporting Schwarzer et al. (2015) , Chapter 8 "Network Meta-Analysis": - frequentist network meta-analysis following Rücker (2012) ; - net heat plot and design-based decomposition of Cochran's Q according to Krahn et al. (2013) ; - measures characterizing the flow of evidence between two treatments by König et al. (2013) ; - ranking of treatments (frequentist analogue of SUCRA) according to Rücker & Schwarzer (2015) ; - partial order of treatment rankings ('poset') and Hasse diagram for 'poset' (Carlsen & Bruggemann, 2014) ; (Rücker & Schwarzer, 2017) ; - split direct and indirect evidence to check consistency (Dias et al., 2010) ; - league table with network meta-analysis results; - additive network meta-analysis for combinations of treatments; - network meta-analysis of binary data using the Mantel-Haenszel or non-central hypergeometric distribution method; - 'comparison-adjusted' funnel plot (Chaimani & Salanti, 2012) ; - automated drawing of network graphs described in Rücker & Schwarzer (2016) .

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>netmeta</artifactId>
    <version>1.0-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>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:netmeta')

Test Results

This package was last tested against Renjin 0.9.2718 on Jan 4, 2019.