multipleROC | R Documentation |
Do a ROC Curve Analysis
multipleROC(formula, data, plot = TRUE)
## S3 method for class 'multipleROC'
plot(x, ...)
formula |
A formula |
data |
A data.frame |
plot |
logical Whether or not draw plot |
x |
|
... |
Further arguments to be passed to plot_ROC |
A list of class of multipleROC with elements
fit |
A class of glm |
df |
a data.frame |
cutpoint |
Numeric. cutpoint |
sens |
label with sensitivity, specificity |
auc |
numeric. area under curve value |
cutoff |
A data.fame with best cutoff value(s) |
multipleROC(am~wt,data=mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.