Plot chance line in a ROC plot.
Examples
plot_roc_curve(iris, response = Species, predictor = Sepal.Width) +
add_chance_line()
Plot chance line in a ROC plot.
plot_roc_curve(iris, response = Species, predictor = Sepal.Width) +
add_chance_line()