[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

giabaio/BCEAweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BCEAweb

A Shiny frontend to run BCEA

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

BCEAweb can be installed from this GitHub repository using the package remotes:

remotes::install_github("giabaio/BCEAweb")

Alternatively, it is possible to install BCEAweb from source with the following command.

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

(NB: You can replace the CRAN mirror to any other, e.g. https://www.stats.bris.ac.uk/R/ --- see here).

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()