guido-s / crossnma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crossnma: Cross-Design and Cross-Format Synthesis using Network Meta-Analysis and Network Meta-Regression

Official Git repository of R package crossnma

CRAN Version Monthly Downloads Total Downloads

Authors

Tasnim Hamza, Guido Schwarzer, Georgia Salanti

Description

crossnma is an R package that allows for synthesizing the data from randomized or non-randomized studies coming from individual-participants or aggregate data (Hamza et al., 2023). The package implements Bayesian models in network meta-analysis and network meta-regression through JAGS software.

Installation

Current stable CRAN Version release:

install.packages("crossnma")

Current beta / GitHub release:

Installation using R package remotes:

install.packages("remotes")
remotes::install_github("htx-r/crossnma")

How to use crossnma?

There are two steps to conduct a network meta-analysis or meta-regression. The first step is to create a JAGS model using crossnma.model() which produces the JAGS code and transforms the data to the JAGS format. In the second step, the output of that function will be used in crossnma() to run the MCMC (Markov chain Monte Carlo) through JAGS.

We illustrate how to use crossnma through several examples in the vignette:

vignette("crossnma")

How to cite crossnma?

Hamza T, Chalkou K, Pellegrini F, et al. (2023): Synthesizing cross-design evidence and cross-format data using network meta-regression. Research Synthesis Methods, 14, 283-300

A BibTeX entry for LaTeX users is provided by

citation(package = "crossnma")

Bug Reports:

bug.report(package = "crossnma")

The bug.report function is not supported in RStudio. Please send an email to Tasnim Hamza tasnim.hamza@ispm.unibe.ch if you use RStudio.

You can also report bugs on GitHub under Issues.

Reference

Hamza T, Chalkou K, Pellegrini F, Kuhle J, Benkert P, Lorscheider J, Zecca C, Iglesias-Urrutia CP, Manca A, Furukawa TA, Cipriani A, Salanti G (2023): Synthesizing cross-design evidence and cross-format data using network meta-regression. Research Synthesis Methods, 14, 283-300

About


Languages

Language:R 99.4%Language:TeX 0.6%