plot_cut_boot: Plot the bootstrapped distribution of optimal cutpoints from...

View source: R/plot_cut_boot.R

plot_cut_bootR Documentation

Plot the bootstrapped distribution of optimal cutpoints from a cutpointr object

Description

Given a cutpointr object this function plots the bootstrapped distribution of optimal cutpoints. cutpointr has to be run with boot_runs' > 0 to enable bootstrapping.

Usage

plot_cut_boot(x, ...)

Arguments

x

A cutpointr object.

...

Additional arguments (unused).

See Also

Other cutpointr plotting functions: plot.cutpointr(), plot_cutpointr(), plot_metric_boot(), plot_metric(), plot_precision_recall(), plot_roc(), plot_sensitivity_specificity(), plot_x()

Examples

set.seed(100)
opt_cut <- cutpointr(suicide, dsi, suicide, boot_runs = 10)
plot_cut_boot(opt_cut)

Thie1e/cutpointr documentation built on April 17, 2022, 3:20 a.m.