Description Usage Arguments Value
Calculate an empiric ROC.
1 2 | test_roc_empiric(data, predictor, response, print_auc = TRUE,
print_points = FALSE, print_steps = FALSE)
|
data |
The tibble containing the data. |
predictor |
The column holding the predictors. |
response |
The column holding the responses. |
print_auc |
Print the AUC when creating the plot? |
print_points |
Plot the single points? |
print_steps |
Plot points that define steps only? |
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.