calcAUROC | R Documentation |
Classical univariate ROC analysis
calcAUROC(x, y, cgroup, plot, ...)
x |
A numeric vector |
y |
A response vector |
cgroup |
Sample class used |
plot |
A logical indicates whether plot |
... |
Additional parameter |
A data.frame
x <- rnorm(50,2,2)
y<- rep(c("c","t"),25)
calcAUROC(x,y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.