curvesegsloperef {Comp2ROC} | R Documentation |
Segment Slopes to Reference Point
Description
This function allows to calculate the segments slope that connect the ROC curve segments with the reference point (1,0).
Usage
curvesegsloperef(curve.fpr, curve.tpr, ref.point)
Arguments
curve.fpr |
False positive rate vector with all points of the given Curve |
curve.tpr |
True positive rate vector with all points of the given Curve |
ref.point |
Reference point where we start drawing the sample lines |
Value
This function returns a vector with all segments slopes that connect the ROC curve points to the reference point.
[Package Comp2ROC version 1.1.4 Index]