plot_roc {nett}R Documentation

Plot ROC curves

Description

Plot ROC curves given results from simulate_roc.

Usage

plot_roc(roc_results, method_names = NULL, font_size = 16)

Arguments

roc_results

data frame roc from the output list of simulate_roc

method_names

a list of method names

font_size

font size of the plot

Value

Roc plot based on results from simulate_roc


[Package nett version 1.0.0 Index]