Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.82 KB

README.md

File metadata and controls

51 lines (30 loc) · 1.82 KB

NMA: Network Meta-Analysis

R-CMD-check Codecov test coverage

Simple network meta-analysis using BUGS from R

Contents

Introduction

This is a lightweight NMA R package. There are several other NMA packages out there but this code has been written for specific analyses.

Installation

Install the latest package on GitHub with

remotes::install_github("ICON-in-R/NMA")

Two ways to obtain the repo code are

  • download the zip file by clicking on green code button above.
  • download git and then open git bash where you want to download the package and type git clone https://github.com/ICON-in-R/NMA.git.

Build and attach the package to use.

Articles

Examples of how to use the package are given in these articles:

Code of Conduct

Please note that the NMA project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.