Title: | A Frontend to the BCEA R Package to Visualise Results Using Shiny |
---|---|
Description: | A web-frontend for the BCEA package. |
Authors: | Gianluca Baio [aut, cre] |
Maintainer: | Gianluca Baio <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.0.0.9000 |
Built: | 2024-11-17 17:16:46 UTC |
Source: | https://github.com/giabaio/BCEAweb |
Launches the web-app
BCEAweb(e = NULL, c = NULL, parameters = NULL, ...)
BCEAweb(e = NULL, c = NULL, parameters = NULL, ...)
e |
A matrix containing the simulations for the effectiveness variable (with number of simulation rows and number of interventions columns). Defaults at NULL, which means the user has to load their own values using the web-interface |
c |
A matrix containing the simulations for the cost variable (with number of simulation rows and number of interventions columns). Defaults at NULL, which means the user has to load their own values using the web-interface |
parameters |
A matrix with the simulations for all the relevant model parameters. Defaults at NULL, which means the user has to load their own values using the web-interface |
... |
Additional parameters. |
Gianluca Baio
Baio, G., Dawid, A. P. (2011). Probabilistic Sensitivity Analysis in Health Economics. Statistical Methods in Medical Research doi:10.1177/0962280211419832.
Baio G. (2012). Bayesian Methods in Health Economics. CRC/Chapman Hall, London
bcea
data(Vaccine) BCEAweb(e,c,vaccine_mat)
data(Vaccine) BCEAweb(e,c,vaccine_mat)