deprecated | R Documentation |
Archive of deprecated functions. Some of these might be removed from the package in later releases.
Deprecated methods for building the data sets needed for plotting roc and prc
plots. use confusion_matrix
instead.
qroc_build_data_frame(fit, truth = NULL, n_threshold = 200, ...)
## Default S3 method:
qroc_build_data_frame(fit, truth = NULL, n_threshold = 200, ...)
## S3 method for class 'glm'
qroc_build_data_frame(fit, truth = NULL, n_threshold = 200, ...)
qprc_build_data_frame(fit, n_threshold = 200, ...)
fit |
a |
truth |
ignored if |
n_threshold |
number of thresholds to use to estimate auroc or auprc |
... |
passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.