This package was outlined ahead of the HE Hackathon 2019 @Imperial. After a group discussion it was not continued in favour of aiming to improve documentation + testing for BCEA

This package aims to:

  • Provide standarised modular plotting functions for cost effectiveness analysis.
  • Support a single data format which is model and application agnostic.
  • Provide data transformation tooling to support cost effectiveness analysis.
  • Support converting model simulations, costs, etc. into this standard format.
  • Provide detailed documentation of all functionality.
  • Support interactive use via an interface.
  • Be modular, user modfiable and extendable.
  • Be fully tested, reliable and easy to use.

For help getting started see the Getting Started vignette.

Installation

Install the CRAN version (when released):

install.packages("ceplotr")

Alternatively install the development version from GitHub:

Documentation

Documentation Development documentation Getting started Functions

Testing

Travis-CI Build Status AppVeyor Build Status Coverage Status

Quick start

Lets get started quickly by

See Functions for more details of the functions used and for more package functionality.

Shiny dashboard

Contributing

File an issue here if there is a feature that you think is missing from the package, or better yet submit a pull request.

Please note that the ceplotr project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Citing

If using ceplotr please consider citing the package in the relevant work. Citation information can be generated in R using the following (after installing the package),

Docker

This package has been developed in docker based on the rocker/tidyverse image, to access the development environment enter the following at the command line (with an active docker daemon running),

The rstudio client can be accessed on port 8787 at localhost (or your machines ip). The default username is ceplotr and the default password is ceplotr. Alternatively, access the development environment via binder.