CRSU-Apps / MetaInsight

An interactive web-based tool for analyzing, interrogating, and visualizing network meta-analyses using R-shiny
https://crsu.shinyapps.io/MetaInsight/
GNU General Public License v3.0
9 stars 9 forks source link

Not all Gelman plots displayed #192

Open tommorris168 opened 2 months ago

tommorris168 commented 2 months ago

In a Bayesian NMA or covariate NMR, if the total number of treatment effect and covariate parameters is greater than nine, then not all the Gelman plots are displayed. This is because {gemtc} displays them over several plots in multiples of nine. Only the last one is displayed in MetaInsight.

The same issue happens in {bnma} in baseline risk NMR, but this was dealt with at the time of implementation because it's much more obvious; {bnma} displays one Gelman plot at a time, so only one was ever displayed by default.