CRAN
MAVIS 1.1.3
Meta Analysis via Shiny
Released Jul 12, 2017 by W. Kyle Hamilton
Dependencies
MAd 0.8-2 shiny 1.0.5 SCRT 1.2.2 shinyAce 0.2.1 compute.es 0.2.1 quantreg 5.35 irr 0.84 shinyBS 0.61 weightr 1.1.2 SCMA 1.2.1 MAc 1.1 ggplot2 2.2.1 metafor 2.0-0
Interactive shiny application for running a meta-analysis, provides support for both random effects and fixed effects models with the 'metafor' package. Additional support is included for calculating effect sizes plus support for single case designs, graphical output, and detecting publication bias.
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>MAVIS</artifactId> <version>1.1.3-b13</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:MAVIS')