giabaio / BCEA

Bayesian Cost Effectiveness Analysis. Given the results of a Bayesian model (possibly based on MCMC) in the form of simulations from the posterior distributions of suitable variables of costs and clinical benefits for two or more interventions, produces a health economic evaluation. Compares one of the interventions (the "reference") to the others ("comparators"). Produces many summary and plots to analyse the results
https://gianluca.statistica.it/software/bcea/
GNU General Public License v3.0
40 stars 16 forks source link

Work to do on BCEA #18

Open giabaio opened 4 years ago

giabaio commented 4 years ago

Here some ideas for (probably relatively minor) changes in the main code of BCEA and some of its functions to improve visualisation of the output (particularly the CEAC). @seabbs --- something else to think about?

seabbs commented 4 years ago

geom_pointdensity might be a nice option to have. It also is very light dependency wise (https://github.com/LKremer/ggpointdensity/blob/master/DESCRIPTION) which is good.

Moving from pairwise to incremental also seems to make a lot of sense. Perhaps having a top level arugment to choose between the two (or a single funciton wrapper) would be a nice way to surface the option for the user?

giabaio commented 4 years ago

I think so. I think probably be a good idea to not completely modify the way in which the function works, but rather to add functionalities and let the user know about it... Again, I'm happy to be fairly informal and if you say you're happy/willing to take the lead on this, I'll certainly welcome requests for push and will acknowledge all the relevant work, of course! If you would rather I did things properly and set up collaborators, projects, streams, can also do --- but I need to get my head around that... ;-)