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
8 stars 6 forks source link

MR-41 model details #141

Closed JanionNevill closed 5 months ago

JanionNevill commented 5 months ago

Added model details panel, renumbered tabs, trimmed progress bars out of the verbatim text output.

Added Ryan as a reviewer for the R6 class.

tommorris168 commented 5 months ago

You haven't mentioned the missing model fit statistics table, so I can do that.

JanionNevill commented 5 months ago

Underneath the forest plot there is supposed to be a table of model fit statistics, which is not there. I have checked the previous two branches, and it was there in mr-19 (first tab) but had disappeared in mr-26 (second and third tabs). Clareece was the programmer and I was the reviewer in mr-26, so you could fix this or leave it for me if you want, since it wasn't your fault that it disappeared!

I had a look at this, but it seems that the problem is in the analysis part, not the ui or server missing it out. The summary$DIC is NULL in the CovariateModelOutput() function in gemtc_analysis.R.

tommorris168 commented 5 months ago

Thanks for the info, that made it much easier to find the problem. I could commit the fix to this branch, or make it a separate task for Clareece to review?