plot_roclike: Plot ROC-like Curve

Description Usage Arguments Details

View source: R/handle-plots.R

Description

Plot a ROC-like curve, showing True Positives vs False Positive Rate. This is necessary when the total number of true positives differs between methods, i.e. when looking at the highest-ranking model per target.

Usage

1
plot_roclike(rocresults)

Arguments

rocresults

The object output from plot_roc(), which includes the ROC plot, results, list of features, and the maximum number of targets with at least one correct model.

Details

This function requires the object output from plot_roc().


clarewest/RFQAmodelr documentation built on Jan. 25, 2020, 12:42 a.m.