mcguinlu / robvis

A package to quickly visualise risk-of-bias assessment results
https://mcguinlu.github.io/robvis/
Other
58 stars 22 forks source link

Adding rob_blobbogram() #104

Closed rdboyes closed 3 years ago

rdboyes commented 3 years ago

PR Checklist

All Submissions:

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

New function, see https://github.com/mcguinlu/robvis/issues/102

What is the current behavior? (You can also link to an open issue here)

N/A

What is the new behavior (if this is a feature change)?

N/A

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

No

Other relevant information:

Thank you for taking the time to submit this PR!

mcguinlu commented 3 years ago

This is fantastic - thanks so much @rdboyes! I've merged this into a development branch for the rob_blobbogram() function, as it'll need a little bit more work before I pull it into the main branch (allow it to work with multiple risk-of-bias templates rather than just RoB 2.0, allow for subgrouping by any variable not just by risk of bias, add tests to ensure it is robust) - but an amazing starter for 10!

Very happy to have your input on any of additional work needed to make this a more general purpose function - I'll draw the outstanding items up in their own issue and flag it for you in case you want to take a look!

Cross-ref to #102