项目作者: Health-Economics-in-R

项目描述 :
:chart_with_downwards_trend: Plotting cost-effectiveness analysis output data.
高级语言: R
项目地址: git://github.com/Health-Economics-in-R/ceplot.git
创建时间: 2018-01-12T16:25:40Z
项目社区:https://github.com/Health-Economics-in-R/ceplot

开源协议:

下载


" class="reference-link">ceplot

An R package for plotting cost-effectiveness analysis output data.

Currently contains functions to:

  • tornado plots
  • cost-effectiveness planes

TODO

  • profile plots

Installing ceplot

To install the development version from github:

  1. library(devtools)
  2. install_github("Health-Economics-in-R/ceplot")

Then, to load the package, use:

  1. library("ceplot")

See package Vignette for more details and examples.