compareROC | R Documentation |
Compare two ROC curves
compareROC(
risk1,
lab1,
risk2,
lab2,
method = c("delong", "bootstrap", "venkatraman"),
alternative = c("two.sided", "less", "greater")
)
method |
the method to use, either “delong”, “bootstrap” or “venkatraman”. The first letter is sufficient. |
alternative |
"two.sided", "less", "greater" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.