roc_data | R Documentation |
Auxiliar functions for data plots
roc_data(actual, predicted)
ecdf_data(actual, predicted)
actual |
actual |
predicted |
predicted |
N <- 10000
predicted <- runif(N)
actual <- rbinom(N, size = 1, prob = predicted)
roc_data(actual, predicted)
ecdf_data(actual, predicted)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.