Learn R Programming

miniMeta - Web application to run meta-analyses

miniMeta is a shiny web application that makes it easy to run meta-analyses, without having any familiarity with R. It is essentially a graphical front-end for R package meta by Guido Schwarzer. It can be run locally within an R installation, or fully online from a shiny server.

miniMeta can run meta-analyses of either Randomized Controlled Trials or observational studies, in a "live" web interface where the analysis is automatically updated as data are entered or options are adjusted. It can save (export) these analyses as files (RDS files) which can be later loaded (imported) to miniMeta, or also further processed in R. See the associated documentation for more information.

Local installation

First you need an R installation. Open R and install package devtools if you don't already have it:

  install.packages("devtools")

Then to install FluMoDL, open R and give:

  devtools::install_github("thlytras/miniMeta")

This will also bring in all the required dependencies if not already installed, including packages shiny, meta and readxl.

Check back here often for new updates of the package!

Usage

Just open R, load the miniMeta package and launch:

  library(miniMeta)
  miniMeta()

A browser window will open, and you can use miniMeta.

If you want to have a quick look at how it works, try running it on shinyapps.io.

Copy Link

Version

Install

install.packages('miniMeta')

Monthly Downloads

181

Version

0.3.2

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Theodore Lytras

Last Published

June 22nd, 2024

Functions in miniMeta (0.3.2)

forest.miniMeta

Forest plot for miniMeta objects
example_analyses

Example miniMeta analyses
is.miniMeta

Is this a miniMeta object?
parseArguments

Parse arguments from a comma-separated list
analysisOptions

Get analytical options from miniMeta object
is.miniMeta.obs

Is this a miniMeta object for observational studies?
as.source

Return miniMeta analysis as source code
plotOptions

Get forest plot options from miniMeta object
miniMeta

Launch miniMeta in your browser
sampleSizeCont

Sample size calculator for continuous outcomes
is.miniMeta.rct

Is this a miniMeta object for RCTs?
sampleSizeBin

Sample size calculator for binary outcomes