oc_median | R Documentation |
The sample median is calculated and returned as the optimal cutpoint.
oc_median(data, x, ...)
data |
A data frame or tibble in which the columns that are given in x and class can be found. |
x |
(character) The variable name to be used for classification, e.g. predictions or test values. |
... |
To capture further arguments that are always passed to the method function by cutpointr. The cutpointr function passes data, x, class, metric_func, direction, pos_class and neg_class to the method function. |
Other method functions:
maximize_boot_metric()
,
maximize_gam_metric()
,
maximize_loess_metric()
,
maximize_metric()
,
maximize_spline_metric()
,
oc_manual()
,
oc_mean()
,
oc_youden_kernel()
,
oc_youden_normal()
data(suicide) oc_median(suicide, "dsi") cutpointr(suicide, dsi, suicide, method = oc_median)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.