esm-ispm-unibe-ch / rob-men

Source code for the Risk Of Bias due to Missing Evidence in Network meta-analysis (ROB-MEN) tool

Home Page:https://cinema.ispm.unibe.ch/rob-men

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ROB-MEN

ROB-MEN is a web application for evaluating the risk of bias due to missing evidence in network meta-analysis built with R Shiny and Bootstrap.

Currently, the app is available online, thanks to funding from the Swiss National Science Foundation. It's also possible to run ROB-MEN locally in the following way.

Requirements

  • R 4.2.3 or above
  • BUGSnet
  • JAGS
  • R packages: BUGSnet, bslib, data.table, dplyr, DT, meta@5.2-0, netmeta@2.1-0, R2jags, shiny, tidyverse
  • modern web browser

Usage

  1. Install all required software (specifically, respecting the recommended versions of meta and netmeta)
  2. Run R from the root directory of the project
  3. Execute the following:
    load(shiny)
    runApp()
    
  4. The app will open directly in your browser (or in the built-in browser for RStudio users)

About

Source code for the Risk Of Bias due to Missing Evidence in Network meta-analysis (ROB-MEN) tool

https://cinema.ispm.unibe.ch/rob-men


Languages

Language:R 86.1%Language:HTML 7.2%Language:JavaScript 4.4%Language:CSS 2.3%