plot.ceac | R Documentation |
Plots the CEAC as a ggplot2
object calculated with ceac
.
## S3 method for class 'ceac'
plot(ceac, title = "Cost-Effectiveness Acceptability Curves",
txtsize = 12, currency = "$")
ceac |
Object of class |
title |
String with graph's title |
txtsize |
number with text size |
currency |
String with currency used in the cost-effectiveness analysis (CEA). Default: $, but it could be any currency symbol or word (e.g., £, €, peso) |
ceac.gg A ggplot2
object with the CEAC
ceac
computes the probability of each of the strategies being
cost-effective at each wtp
value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.