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

Mr 1b r roption #100

Closed BalancedmonkeY closed 11 months ago

BalancedmonkeY commented 11 months ago

Added option to choose outcome measure, improved tests, and added LongToWide() (with tests).

Pull requests doesn't have an associated Jira task as this was meant to be part of MR-1 but got forgotten...

BalancedmonkeY commented 11 months ago

Everything works. Some minor changes:

In the headers for LongToWide, WideToLong, PrepDataGemtc, and RunCovariateModel, for the outcome_type parameter, please write binary and continuous as 'Binary' and 'Continuous', i.e. in the exact format.

In LongToWide you haven't done a "complete" if-then-else for Continuous and Binary as per our discussion on Teams. This would also be a good time to do the same for WideToLong!

Suggestions completed :)