curvesegslope {Comp2ROC}R Documentation

Segment Slopes

Description

This function allows to calculate the ROC curve segments slope through the points that are given by parameter.

Usage

curvesegslope(curve.fpr, curve.tpr)

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

Value

This function returns a vector with all segments slopes


[Package Comp2ROC version 1.1.4 Index]