Giter Club home page Giter Club logo

giabaio / bcea Goto Github PK

View Code? Open in Web Editor NEW
35.0 7.0 16.0 158.35 MB

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

Home Page: https://gianluca.statistica.it/software/bcea/

License: GNU General Public License v3.0

R 95.88% TeX 1.08% CSS 2.96% Stan 0.07%
cost-effectiveness health-economic-evaluation bayesian-data-analysis

bcea's Introduction

BCEA: Bayesian cost-effectiveness analysis

Build Status R-CMD-check CRAN_Status_Badge CRAN_Download_Badge CRAN_Download_Badge CodeFactor DOI

Perform Bayesian Cost-Effectiveness Analysis in R.

This is the development version of the R package BCEA.

๐Ÿš€ Version 2.4-6 available now! Check out the release notes here (changes are incremental with respect to the previous "stable" version, 2.4-5. Version 2.4-6 is now the official release also available from CRAN). This repo will contain continuous changes and improvements before the next official release on CRAN.

Contents

Overview

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").

Features

Main features of BCEA include:

  • Cost-effectiveness analysis plots, such as CE planes and CEAC
  • Summary statistics and tables
  • EVPPI calculations and plots

Installation

Install the released version from CRAN with

install.packages("BCEA")

The stable version (which can be updated more quickly) can be installed using this GitHub repository. On Windows machines, you need to install a few dependencies, including Rtools first, e.g. by running

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

before installing the package using remotes:

remotes::install_github("giabaio/BCEA")

Under Linux or MacOS, it is sufficient to install the package via remotes:

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

Articles

Examples of using specific functions and their different arguments are given in these articles:

Further details

The pkgdown site is here. More details on BCEA are available in our book Bayesian Cost-Effectiveness Analysis with the R Package BCEA (published in the UseR! Springer series). Also, details about the package, including some references and links to a pdf presentation and some posts on my own blog) are given here.

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.