plot_cvROC: plot_cvROC

Description Usage Arguments

View source: R/plot_cvROC.R

Description

Plot cross-validated ROC curves and the averaged ROC curve.

Usage

1
plot_cvROC(Y, X, wrap_cvAUC_fit, plotAverage = TRUE, ...)

Arguments

Y

A numeric vector of class labels

X

A data.frame of variables that was used in the call to wrap_cvAUC

wrap_cvAUC_fit

An object of class wrap_cvAUC. It is assumed that Y is in the same order as when wrap_cvAUC was called.

plotAverage

A boolean indicating whether to plot the average ROC curve over cross-validation folds.

...

Other options passed to plot.


benkeser/cvAUC.plus documentation built on Feb. 1, 2021, 8:42 a.m.