tornado_plot | R Documentation |
A function to plot a tornado diagram, given a data frame of model variable names, their confidence limits and the values of the outcome variable for each. The outcome measure (x axis) is expected to be cost, ICER, net monetary benefit, etc., but can be any meaningful quantity.
tornado_plot(to, outcome_mean, xlab = "")
to |
A data frame with one row per horizontal bar of the tornado plot, with columns:
|
outcome_mean |
Mean (base case) outcome. |
xlab |
Label for x axis |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.