trtSelRelUtility-class {optimalThreshold} | R Documentation |
An S4 class to the results from the decisionCurve methods.
Description
An S4 class to the results from the decisionCurve methods.
Details
You never have to create this class manually. This class is created internally when the decisionCurve
method is applied to an 'optThresh' object.
Slots
RU
This slot is a matrix of the relative utility according to the r ratios.
U
This slot is a matrix of the marker-based utility according to the r ratios.
UT0
This slot is a matrix of the reference treatment utility according to the r ratios.
UT1
This slot is a matrix of the innovative treatment utility according to the r ratios.
Up
This slot is a matrix of perfect marker utility according to the r ratios.
r
Ratio of treatment/event costs. Numeric argument.
See Also
decisionCurve
for more details on how to plot the decision curves.
[Package optimalThreshold version 1.0 Index]