Skip to content

giabaio/BCEAweb

Repository files navigation

BCEAweb

A Shiny interface to the R package BCEA.

Overview

BCEAweb is a companion to the R package BCEA, which can be used to post-process the output of cost-effectiveness model. BCEAweb launches a Shiny webapp, in which the user can upload their own inputs (e.g. simulations from the distribution of the population average benefits and cost) and then analyse and visualise the output, to produce cost-effectiveness planes, acceptability curves as well as more advanced analysis such as the Expected Value of Partial Information.

Installation

The package can be installed from r-universe.dev, using the following command

install.packages(
  'BCEAweb', 
  repos = c('https://giabaio.r-universe.dev', 'https://cloud.r-project.org')
)

Alternatively, you can intall the development version using remotes, with the following command.

install.packages("remotes")
remotes::install_github("giabaio/BCEAweb")

NB: On Windows machines, you need to install a few dependencies, including Rtools first, e.g. by running

pkgs <- c("MASS", "Rtools", "remotes")
repos <- "https://cran.rstudio.com"
install.packages(pkgs, repos = repos, dependencies = "Depends")

before installing the package using remotes.

Usage

Once BCEAweb is available, then you can use it to post-process your BCEA model, by launching it using the command

library(BCEAweb)
# Launch the webapp
BCEAweb()

License

License: GPL v3

Contributing

Please submit contributions through Pull Requests, following the contributing guidelines. To report issues and/or seek support, please file a new ticket in the issue tracker.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Releases

No releases published

Packages

 
 
 

Contributors