View source: R/plot_precision_recall.R
plot_precision_recall | R Documentation |
Given a cutpointr
object this function plots the precision recall curve(s)
per subgroup, if given.
plot_precision_recall(x, display_cutpoint = TRUE, ...)
x |
A cutpointr object. |
display_cutpoint |
(logical) Whether or not to display the optimal cutpoint as a dot on the precision recall curve. |
... |
Additional arguments (unused). |
Other cutpointr plotting functions:
plot.cutpointr()
,
plot_cut_boot()
,
plot_cutpointr()
,
plot_metric_boot()
,
plot_metric()
,
plot_roc()
,
plot_sensitivity_specificity()
,
plot_x()
library(cutpointr) ## Optimal cutpoint for dsi data(suicide) opt_cut <- cutpointr(suicide, dsi, suicide) plot_precision_recall(opt_cut)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.