You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reporting a tornado plot for the ICER is problematic because under certain conditions it isn't well defined. In particular, the interpretation of an ICER flips when a more costly/more effective therapy because less costly/less effective in a given scenario. Under these circumstances, the two ICERs cannot be plotted in the same coordinate system because they represent different comparisons (A vs. B and B vs. A).
See below for a reproducible example of the problem:
The one-sided scenario mypar flips the relative risks and makes negative the cost of the addon therapy, thus switching the direction of the ICER to be mono vs. combo, with a value of 5,877/ly. This result is shown alongside other ICERs of combo vs. mono, despite the fact that they have opposite interpretations (e.g. a lower ICER favors mono for this scenario, but favors combo for all others).
There is no real solution to this problem that I am aware of. The closest things to a solution I can think of are:
Identify cases where this happens, remove those scenarios from the plot, and add a warning.
Replace the ICER tornado plot with one for the NMB (simple, relatively conventional, but requires a specific threshold).
Replace the ICER tornado plot with a stacked range plot in which scenarios are on the y-axis, the CE threshold is on the x-axis, and each bar represents the span over which a given comparator would be preferred. This effectively would the be DSA equivalent of an incremental acceptability plot or a efficiency frontier (Not sure this has been done before).
The text was updated successfully, but these errors were encountered:
Reporting a tornado plot for the ICER is problematic because under certain conditions it isn't well defined. In particular, the interpretation of an ICER flips when a more costly/more effective therapy because less costly/less effective in a given scenario. Under these circumstances, the two ICERs cannot be plotted in the same coordinate system because they represent different comparisons (A vs. B and B vs. A).
See below for a reproducible example of the problem:
The one-sided scenario mypar flips the relative risks and makes negative the cost of the addon therapy, thus switching the direction of the ICER to be mono vs. combo, with a value of 5,877/ly. This result is shown alongside other ICERs of combo vs. mono, despite the fact that they have opposite interpretations (e.g. a lower ICER favors mono for this scenario, but favors combo for all others).
There is no real solution to this problem that I am aware of. The closest things to a solution I can think of are:
The text was updated successfully, but these errors were encountered: