xrobin / pROC

Display and analyze ROC curves in R and S+
https://cran.r-project.org/web/packages/pROC/
GNU General Public License v3.0
118 stars 31 forks source link

Implement `ret="all"` in coords #47

Closed xrobin closed 5 years ago

xrobin commented 5 years ago

Followup of issue #40.

It might be useful to return every coordinate possible in coords. This could be done by adding a special ret value of "all" (verbatim).

Warning: this cannot be abbreviated, as this would change the current behavior of ret="a" which is to return accuracy. It cannot be mixed with any other value, and therefore only an exact match with a vector of length 1 should be allowed.