nmareporting::
‘s objective is a living package and website that provides a collaborative open resource for practical toolchains to report Bayesian network meta-analyses in R. Included is a suite of R functions from packages such as multinma:: and nmathresh::, as well as providing scope for custom functions for specific use cases. Vignettes provided on the associated site give guidance for reporting for different scientific reports, such as Cochrane. Anticipating the adoption of threshold analysis, tools are provided for practitioners to augment standard sensitivity reporting. Reporting model results to stakeholders from diverse backgrounds and disciplines by particular bodies’ protocols is a key feature of evidence synthesis. nmareporting:: explores a template for collaborative and open development of practical toolchain walkthroughs that address specific scientific protocols. In addition to the intrinsic value for reporting network meta-analyses, nmareporting:: is also a case study in how we can bring together practitioners and stakeholders from different scientific organisations to collaborate on an open, shared tool for evidence synthesis.
A great deal of thought goes into packages for general release on, say, CRAN. There are some problems that are best not hidden within functions, but shown as toolchain walkthroughs, and some problems are so widely encountered that functions will be of great use to the research community. It is hard for any one person to know what is required.
Providing a computational waystation for collaborative open science on the problem enables researchers to share solutions, and identify the boundaries of what should be functionalised. This research compendium intends to comprise:
multinma
and nmathresh
, others, as requiredAt this point, this package is not definitive, as with CRAN, but seeks instead to provide a place for development and discussion amongst R programmers reporting Cochrane network meta-analses.
You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("softloud/nmareporting")