diffareatriangles {Comp2ROC} | R Documentation |
This function allows to calculate the difference between triangles areas formed by the same sampling lines in two different ROC curves. It also allows to calculate the difference between total areas.
diffareatriangles(area.triangle1, area.triangle2)
area.triangle1 |
Vector with all triangles areas of the Curve 1 |
area.triangle2 |
Vector with all triangles areas of the Curve 2 |
This function returns a list with:
diffareas |
Difference between each triangle area |
diffauc |
Difference between total areas |