gertvv / gemtc

GeMTC R package: model generation for network meta-analysis
GNU General Public License v3.0
43 stars 25 forks source link

GeMTC R package

Build Status Build Status (develop)

GeMTC is an R package for Network Meta-Analysis (also know as Mixed Treatment Comparison, MTC) model generation.

Building

Use R CMD build gemtc to build the R package. The Makefile offers a number of targets for convenience, but is entirely optional. Use make install to both build and install the package.

You will need a working installation of rjags, which in turn requires a working installation of JAGS.

Testing

The testthat package is used for testing. Tests reside in the tests/testthat directory. There are three levels of tests:

License

GeMTC is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GeMTC is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GeMTC.  If not, see <http://www.gnu.org/licenses/>.

See LICENSE.txt for details.