Learn R Programming

heemod (version 0.3.0)

plot.probabilistic: Plot Results of Probabilistic Analysis

Description

Various plots for Markov models probabilistic analysis.

Usage

## S3 method for class 'probabilistic':
plot(x, type = c("ce", "ac"), values = seq(0, 1e+05,
  1000), ...)

Arguments

x
Result from run_models.
type
Type of plot, see details.
values
Values for CEAC.
...
Additional arguments passed to plot.

Value

  • A ggplot2 object.

Details

type = "ac" plots cost-effectiveness acceptability curves, type = "ce" plots results on the cost-efficiency plane.