tornado_plot {rdecision} | R Documentation |
Draw a tornado diagram.
Description
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.
Usage
tornado_plot(to, outcome_mean, xlab = "")
Arguments
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 |
[Package rdecision version 1.3.0 Index]