| 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
RUThis slot is a matrix of the relative utility according to the r ratios.
UThis slot is a matrix of the marker-based utility according to the r ratios.
UT0This slot is a matrix of the reference treatment utility according to the r ratios.
UT1This slot is a matrix of the innovative treatment utility according to the r ratios.
UpThis slot is a matrix of perfect marker utility according to the r ratios.
rRatio 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]