Changes in version 0.4.1 (2019-03-24) Other Changes Update for compability with newer R Versions like switch to roxygen2. Changes in version 0.4.0 (2016-06-21) New features - Partial AUCs over both TPR and FPR ranges can be calculated - You can now adjust text size for plots - In the ROC plot the (partial) AUC can now optionally be shown instead of confidence regions Other Changes - The location of the text showing the performance in the ROC plot has been shifted downwards and to the left Changes in version 0.3.1 (2015-10-12) Bugfixed - Fixed broken plot function for single ROC curves when showing a metric Changes in version 0.3.0 (2015-10-08) New features - Allows the comparison of two paired ROC curves Bugfixes - Bad defaults caused plotting to fail with a large number of negative samples Other changes - perf.roc is now deprecated. Use the new S3 generic perf instead - conf.roc is now deprecated. Use the new S3 generic conf instead Changes in version 0.2.1 (2015-06-07) Bugfixes - fixed a off-by-one pointer error Changes in version 0.2.0 (2015-06-06) New features - Allow uncached bootstrap of the ROC curve to avoid memory issues, this now the new default - New performance metrices: TPR at fixed FPR and FPR at fixed TPR Other changes - Stand-alone function to find thresholds calculate.thresholds was removed. To calculate thresholds please call boot.roc and look at list item roc of the outpot - Smarter default for the number of steps in conf.roc - Smarter default for the number of bins in plot.fbroc.perf Internal Changes - Completely refactored C++ code for improved maintability Bugfixes - Function boot.tpr.at.fpr now works properly - For duplicated predictions not all relevant thresholds were found reliably, this was fixed Changes in version 0.1.0 (2015-05-05) - Initial release