plot.roc.curve: Plot ROC Curve

Description Usage Arguments Value

Description

Plot a ROC curve for the given statistics dataframe.

Usage

1
2
## S3 method for class 'roc.curve'
plot(stat.dataframe, printAUC = FALSE)

Arguments

stat.dataframe

A data frame containing statistics for a particular model or group of models. It must contain columns for "specificity", "sensitivity", and "Model.Name", else an error will be returned

printAUC

A Boolean variable indicating whether or not the function should print the area under the curve on the plot (default = FALSE)

Value

A plot of ROC curves for all models in the statistics dataframe


PriceLab/FPML documentation built on May 28, 2019, 2:25 p.m.