Description Usage Arguments Details Value References See Also
This S4 method allows to plot the decision curve associated with a treatment selection marker for several treatment/event cost ratios, or with a diagnostic marker for several risk thresholds.
1 2 3 4 5 6 7 | decisionCurve(object, r, ...)
## S4 method for signature 'trtSelOptThresh'
decisionCurve(object, r, alpha = 0.05)
## S4 method for signature 'diagOptThresh'
decisionCurve(object, r)
|
object |
a |
r |
Ratio of treatment/event costs (for treatment selection markers), or risk preference (for diagnostic marker). Numeric argument. |
... |
other arguments passed to methods. |
alpha |
alpha parameter for the confidence level required. |
This function plots the decision curves according to the type of marker under study (treatment selection or diagnostic) and the r
argument. For treatment selection markers, it plots two graphs: the first one is a classical decision curves graph comparing the utilities of: the marker under study, the perfect marker, the strategy 'Treat everyone with the reference treatment', and the strategy 'Treat everyone with the innovative treatment'; the second one is the relative decision curve that plots the relative utility of the marker under study (0 meaning that using the marker to guide treatment decisions is not better than treating everyone with the overall best treatment, and 1 meaning that the marker under study has the same utility as the perfect marker). The decision curves are calculated using the mean risk of event in each treatment arm provided in the trtSelOptThresh
object.
For diagnostic markers it calculates the expected benefit of the marker and compares it with the strategies "Treat everyone" and "Do not treat anyone". The decision curve is calculated for a population with a disease prevalence provided in the diagOptThresh
object.
Returns an object of class trtSelRelUtility
if applied to a trtSelOptThresh
object, and an object of class diagRelUtility
if applied to a diagOptThresh
object.
Blangero, Y, Rabilloud, M, Ecochard, R, and Subtil, F. A Bayesian method to estimate the optimal threshold of a marker used to select patients' treatment. Statistical Methods in Medical Research. 2019. Huang, Y, Laber, EB, and Janes H. Characterizing expected benefits of biomarkers in treatment selection. Biostatistics. 2015; 16(2): 383-399. Vickers, AJ, and Elkin, EB. Decision curve analysis: a novel method for evaluating prediction models. Medical Decision Making. 2006; 26(6): 565-574.
trtSelThresh
and diagThresh
for some examples on how to use this function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.