Learn R Programming

MDMA (version 2.0.0)

CEAC: Cost-effectiveness acceptability curve

Description

Create data for cost-effectiveness acceptability curve

[Stable]

Usage

CEAC(x)

Value

CEAC returns data that can be plotted using plot.CEAC.

Arguments

x

object of class CEA

Author

Mathijs Deen

Examples

Run this code
CEA(gnomes, insulationMethod, Costs, diffHATS, 1000, "acorns") |>
  CEAC() |>
  plot(xlim = c(0,200))

Run the code above in your browser using DataLab