Package 'BCEAweb'

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

Help Index


BCEAweb

Description

Launches the web-app

Usage

BCEAweb(e = NULL, c = NULL, parameters = NULL, ...)

Arguments

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.

Author(s)

Gianluca Baio

References

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

See Also

bcea

Examples

data(Vaccine)
BCEAweb(e,c,vaccine_mat)