Skip to content

mvnma

Multivariate Network Meta-Analysis using Bayesian Methods

v0.1-0 · May 19, 2026 · GPL (>= 2)

Description

Tools to conduct Bayesian multivariate network meta-analysis providing - the single correlation coefficient model by Efthimiou et al. (2015) <doi:10.1093/biostatistics/kxu030>; - per-outcome treatment hierarchies using the surface under the cumulative ranking curve (SUCRA), the probability of best value, or median (or mean) ranks (Salanti et al., 2011) <doi:10.1016/j.jclinepi.2010.03.016>; - across-outcomes benefit-risk assessment using the ViĊĦeKriterijumska Optimizacija I Kompromisno ReĊĦenje (VIKOR) method (Opricovic & Tzeng, 2004) <doi:10.1016/S0377-2217(03)00020-1>; - convergence checks using trace plots, density plots, or the R-hat statistic; - forest plots of treatment estimates, scatter plots of per-outcome rankings, Hasse diagrams (Carlsen & Bruggemann, 2014) <doi:10.1002/cem.2569> to visualize the partial order of the treatments across all outcomes.

Downloads

CRAN

235

Last 30 days

18774th

414

Last 90 days

414

Last year

Trend: +31.3% (30d vs prior 30d)

r2u CRAN

6

Last 30 days

6

Last 90 days

6

Last year

autoCRAN

0

Last 7 days

6

Last 30 days

0

All-time

autoCRAN-only: this name is served only by autoCRAN, so the count is exact.

CRAN Check Status

2 ERROR
11 OK
Show all 13 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 ERROR
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 ERROR
Check details (2 non-OK)
ERROR r-oldrel-windows-x86_64

examples

Running examples in 'mvnma-Ex.R' failed
The error most likely occurred in:

> ### Name: mvnma
> ### Title: Perform a Bayesian multivariate network meta-analysis using a
> ###   single-correlation coefficient model
> ### Aliases: mvnma print.mvnma
> 
> ### ** Examples
> 
> # Use 'pairwise' to obtain contrast based data for the first two outcomes
> 
> # Early response
> pw1 <- pairwise(treat = list(treatment1, treatment2, treatment3),
+   event = list(resp1, resp2, resp3), n = list(n1, n2, n3),
+   studlab = id, data = Linde2015, sm = "OR")
> 
> # Early remissions
> pw2 <- pairwise(treat = list(treatment1, treatment2, treatment3),
+   event = list(remi1, remi2, remi3), n = list(n1, n2, n3),
+   studlab = id, data = Linde2015, sm = "OR")
> 
> # Define outcome labels
> outcomes <- c("Early_Response", "Early_Remission",
+   "Adverse_events", "Loss_to_follow_up", "Loss_to_follow_up_AE")
> 
> # Fit the model combining only the two efficacy outcomes
> # (note, we are using only 10 iterations a
...[truncated]...
e SARI] 0.4968 [ 0.1448; 0.8842] 1.7056     7
d[NRI]           0.3336 [-0.0320; 0.6822] 1.3557    10
d[NaSSa]         0.0286 [-0.2603; 0.4717] 1.2386    12
d[SNRI]          0.6075 [ 0.3228; 0.7622] 1.0971    32
d[SSRI]          0.5036 [ 0.3406; 0.6187] 1.3800     9
d[TCA]           0.4853 [ 0.3401; 0.6146] 1.9755     6
d[rMAO-A]        0.2290 [-0.0745; 0.5619] 1.8812     6

Outcome: Early_Remission

                   mean            95%-CI   Rhat n.eff
d[Hypericum]     0.6666 [ 0.4430; 0.9303] 1.0896    32
d[Low-dose SARI] 0.5718 [ 0.1695; 1.2443] 1.2365    13
d[NRI]           0.4750 [ 0.1616; 0.9478] 1.3958    10
d[NaSSa]         0.2851 [-0.0327; 0.7263] 1.1326    22
d[SNRI]          0.6516 [ 0.4192; 0.8417] 1.4666     9
d[SSRI]          0.5048 [ 0.3638; 0.6776] 2.3360     5
d[TCA]           0.5186 [ 0.3231; 0.6786] 3.0170     5
d[rMAO-A]        0.3046 [ 0.0229; 0.6260] 1.6204     7
> 
> 
> 
> 
> 
> cleanEx()
Error: connections left open:
	model.code (textConnection)
Execution halted
ERROR r-release-windows-x86_64

examples

Running examples in 'mvnma-Ex.R' failed
The error most likely occurred in:

> ### Name: mvnma
> ### Title: Perform a Bayesian multivariate network meta-analysis using a
> ###   single-correlation coefficient model
> ### Aliases: mvnma print.mvnma
> 
> ### ** Examples
> 
> # Use 'pairwise' to obtain contrast based data for the first two outcomes
> 
> # Early response
> pw1 <- pairwise(treat = list(treatment1, treatment2, treatment3),
+   event = list(resp1, resp2, resp3), n = list(n1, n2, n3),
+   studlab = id, data = Linde2015, sm = "OR")
> 
> # Early remissions
> pw2 <- pairwise(treat = list(treatment1, treatment2, treatment3),
+   event = list(remi1, remi2, remi3), n = list(n1, n2, n3),
+   studlab = id, data = Linde2015, sm = "OR")
> 
> # Define outcome labels
> outcomes <- c("Early_Response", "Early_Remission",
+   "Adverse_events", "Loss_to_follow_up", "Loss_to_follow_up_AE")
> 
> # Fit the model combining only the two efficacy outcomes
> # (note, we are using only 10 iterations a
...[truncated]...
e SARI] 0.4968 [ 0.1448; 0.8842] 1.7056     7
d[NRI]           0.3336 [-0.0320; 0.6822] 1.3557    10
d[NaSSa]         0.0286 [-0.2603; 0.4717] 1.2386    12
d[SNRI]          0.6075 [ 0.3228; 0.7622] 1.0971    32
d[SSRI]          0.5036 [ 0.3406; 0.6187] 1.3800     9
d[TCA]           0.4853 [ 0.3401; 0.6146] 1.9755     6
d[rMAO-A]        0.2290 [-0.0745; 0.5619] 1.8812     6

Outcome: Early_Remission

                   mean            95%-CI   Rhat n.eff
d[Hypericum]     0.6666 [ 0.4430; 0.9303] 1.0896    32
d[Low-dose SARI] 0.5718 [ 0.1695; 1.2443] 1.2365    13
d[NRI]           0.4750 [ 0.1616; 0.9478] 1.3958    10
d[NaSSa]         0.2851 [-0.0327; 0.7263] 1.1326    22
d[SNRI]          0.6516 [ 0.4192; 0.8417] 1.4666     9
d[SSRI]          0.5048 [ 0.3638; 0.6776] 2.3360     5
d[TCA]           0.5186 [ 0.3231; 0.6786] 3.0170     5
d[rMAO-A]        0.3046 [ 0.0229; 0.6260] 1.6204     7
> 
> 
> 
> 
> 
> cleanEx()
Error: connections left open:
	model.code (textConnection)
Execution halted

Check History

ERROR 8 OK · 0 NOTE · 0 WARNING · 3 ERROR · 0 FAILURE May 22, 2026
ERROR r-devel-windows-x86_64

examples

Running examples in 'mvnma-Ex.R' failed
The error most likely occurred in:

> ### Name: mvnma
> ### Title: Perform a Bayesian multivariate network meta-analysis using a
> ###   single-correlation coefficient model
> ### Aliases: mvnma print.mvnma
> 

...[truncated]...
0.5048 [ 0.3638; 0.6776] 2.3360     5
d[TCA]           0.5186 [ 0.3231; 0.6786] 3.0170     5
d[rMAO-A]        0.3046 [ 0.0229; 0.6260] 1.6204     7
> 
> 
> 
> 
> 
> cleanEx()
Error: connections left open:
	model.code (textConnection)
Execution halted
ERROR r-release-windows-x86_64

examples

Running examples in 'mvnma-Ex.R' failed
The error most likely occurred in:

> ### Name: mvnma
> ### Title: Perform a Bayesian multivariate network meta-analysis using a
> ###   single-correlation coefficient model
> ### Aliases: mvnma print.mvnma
> 

...[truncated]...
0.5048 [ 0.3638; 0.6776] 2.3360     5
d[TCA]           0.5186 [ 0.3231; 0.6786] 3.0170     5
d[rMAO-A]        0.3046 [ 0.0229; 0.6260] 1.6204     7
> 
> 
> 
> 
> 
> cleanEx()
Error: connections left open:
	model.code (textConnection)
Execution halted
ERROR r-oldrel-windows-x86_64

examples

Running examples in 'mvnma-Ex.R' failed
The error most likely occurred in:

> ### Name: mvnma
> ### Title: Perform a Bayesian multivariate network meta-analysis using a
> ###   single-correlation coefficient model
> ### Aliases: mvnma print.mvnma
> 

...[truncated]...
0.5048 [ 0.3638; 0.6776] 2.3360     5
d[TCA]           0.5186 [ 0.3231; 0.6786] 3.0170     5
d[rMAO-A]        0.3046 [ 0.0229; 0.6260] 1.6204     7
> 
> 
> 
> 
> 
> cleanEx()
Error: connections left open:
	model.code (textConnection)
Execution halted
OK 6 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE May 20, 2026

Dependency Network

Dependencies Reverse dependencies meta netmeta R2jags coda dplyr magrittr matrixStats rlist ggplot2 forcats mvnma

Version History

1 tracked
new 0.1-0 May 19, 2026