wwiecek / baggr

R package for Bayesian meta-analysis models, using Stan
GNU General Public License v3.0
46 stars 12 forks source link

add bubble_plot() function #166

Closed dannytoomey closed 1 year ago

dannytoomey commented 1 year ago

Hi Witold,

Here's a commit that partially addresses issue #66. The current function creates a bubble plot for a baggr object with covariates and adds a regression line.

In the stub, I saw your had an estimate variable that appeared to be a list of length 3. Could you clarify what you had in mind for this? I didn't see an analogous estimate variable in the example function. Thanks!

Best regards,

Danny Toomey

wwiecek commented 1 year ago

Kill this commit and make a fresh one (1) making the same changes but without .so file (2) or purge .so file from history, but this can be more tricky (wouldn't recommend) (3) or cherry pick changes to the relevant files only (like (1) but can be done via git)