mtrank: Treatment Hierarchies in Network Meta-Analysis using Probabilistic Models and Treatment-Choice Criteria
Official Git repository of R package mtrank
Theodoros Evrenoglou, Guido Schwarzer
mtrank is an R package that enables the estimation of treatment hierarchies in network meta-analysis using a novel frequentist approach based on treatment choice criteria (TCC) and probabilistic ranking models, as described by Evrenoglou et al. (2024). The TCC are defined using a rule based on the smallest worthwhile difference (SWD). Using the defined TCC, the NMA estimates (i.e., treatment effects and standard errors) are first transformed into treatment preferences, indicating either a treatment preference (e.g., treatment A > treatment B) or a tie (treatment A = treatment B). These treatment preferences are then synthesized using a probabilistic ranking model, which estimates the latent ability parameter of each treatment and produces the final treatment hierarchy. This parameter represents each treatments ability to outperform all the other competing treatments in the network. Here the terms ability to outperform indicates the propensity of each treatment to yield clinically important and beneficial effects when compared to all the other treatments in the network. Consequently, larger ability estimates indicate higher positions in the ranking list.
install.packages("mtrank")
Installation using R package remotes:
install.packages("remotes")
remotes::install_github("TEvrenoglou/mtrank", ref = "develop")
bug.report(package = "mtrank")
The bug.report function is not supported in RStudio. Please send an email to Theodoros Evrenoglou <[email protected]> if you use RStudio.
You can also report bugs on GitHub under Issues.