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 61 baseline risk confidence regions #169

Closed tommorris168 closed 1 month ago

tommorris168 commented 2 months ago

CalculateConfidenceRegionsBnma() and .FindConfidenceIntervalBnma() both work, (as does BnmaRelativeEffects(), though that is not for review in this task, it's in mr-60). If I remove all the ExtendedTask code then it all works.

I have tried to modify the ExtendedTask$new code to call CalculateConfidenceRegions() or CalculateConfidenceRegionsBnma() depending on the value of package, to no avail. I have commited three attempts which are commented out. I have also tried adding package as another parameter to the function within ExtendedTask$new but that didn't work either. I'm stuck now and would appreciate some help!