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

Pass ... from bcea.plot to ceac.plot #24

Closed mclements closed 3 years ago

mclements commented 3 years ago

Gianluca,

Is there any reason to not pass ... from plot.bcea to ceac.plot? I wanted to identify the lines by colour and the line_colors argument was not being passed.

I hope that this is useful.

Sincerely, Mark Clements.

giabaio commented 3 years ago

Hi @mclements. Thanks for this. In reality, no, I don't think there's any substantive reason for this and I will accept the pull request. BUT we're working on a major re-factoring of the code, which means this will probably be superseded by the changes we're making on the various functions. I'll have to make sure that it's implemented in the new version (if it isn't already!). Thanks for your contribution!