The WinBUGS software can be called from either R (provided R2WinBUGS as an R package) or Stata software for network meta-analysis. Unlike R, Stata software needs to create relevant ADO scripts at first which simplify operation process greatly. Similar with R, Stata software also needs to load another package when drawing network plots. This article briefly introduces how to implement network meta-analysis using Stata software by calling WinBUGS software.
The key for performing meta-analysis using WinBUGS software is to construct a model of Bayesian statistics. The hand-written code model and Doodle model are two major methods for constructing it. The approach of hand-written code is flexible and convenient, but the language programming is fallibility. The Doodle is complicated, but it is benefit to understand the structure of hand-written code model and prevent error. This article briefly describes how to construct the Doodle model for binary and continuous data of head to head meta-analysis, indirect comparison and network meta-analysis, and ordinal variables meta-analysis.
The "bnma" package is a Bayesian network meta-analysis software package developed based on the R programming language. The network meta-analysis was performed utilizing JAGS software, which yielded relevant results and visual graphs. Moreover, this software package provides support for various data structures and types, while also providing the advantages of flexible utilization, user-friendly operation, and deliver of rich and accurate outcomes. In this paper, using a network meta-analysis example of different therapies for androgenetic alopecia, the operational process of conducting network meta-analysis using the "bnma" package is briefly introduced.