ggroc | R Documentation |
Draw ROC plot with cut-off values
ggroc(
roc,
showAUC = TRUE,
interval = 0.2,
breaks = seq(0, 1, interval),
round = 2,
show.num = 3,
print.result = F,
print.num = 5,
font.size = 3.5
)
roc |
roc object made by pROC package |
showAUC |
show AUC value |
interval |
interval |
breaks |
breaks |
round |
round value |
show.num |
number of cut-off values |
print.result |
print analysis results |
print.num |
number of cut-off values to be printed |
font.size |
font size |
ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.