cutpoint | R Documentation |
This is a utility function for extracting the cutpoints from a roc_cutpointr
object. Mainly useful in conjunction with the plot_cutpointr
function if
cutpoints are to be plotted on the x-axis.
cutpoint(x, ...) cutpoints(x, ...)
x |
A roc_cutpointr object. |
... |
Further arguments. |
Other metric functions:
F1_score()
,
Jaccard()
,
abs_d_ppv_npv()
,
abs_d_sens_spec()
,
accuracy()
,
cohens_kappa()
,
false_omission_rate()
,
metric_constrain()
,
misclassification_cost()
,
npv()
,
odds_ratio()
,
p_chisquared()
,
plr()
,
ppv()
,
precision()
,
prod_ppv_npv()
,
prod_sens_spec()
,
recall()
,
risk_ratio()
,
roc01()
,
sensitivity()
,
specificity()
,
sum_ppv_npv()
,
sum_sens_spec()
,
total_utility()
,
tpr()
,
tp()
,
youden()
oc <- cutpointr(suicide, dsi, suicide, gender) plot_cutpointr(oc, cutpoint, accuracy)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.