Description Usage Arguments Value
Performs ROC analysis (and plot) on probability vector
1 | probabilities.to.ROC(p, y, step.size = 0.01, plot = TRUE, ...)
|
p |
Vector or probabilities of TRUE |
y |
Logical, factor, or character of TRUE/FALSE |
step.size |
Increments at which to calculate false and true positive rates |
plot |
If |
... |
Additional parameters to pass to |
fprs |
Vector of false positive rates |
tprs |
Vector of true positive rates |
auc |
Area under the curve |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.