Simple network meta-analysis using BUGS from R
This is a lightweight NMA R package. There are several other NMA packages out there but this code has been written for specific analyses.
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.
Examples of how to use the package are given in these articles:
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.