
Last chance! 50% off unlimited learning
Sale ends in
"roc"(x, ...)
"roc"(x, labels, labpos, thres=NULL, ...)
"roc"(x, labels, labpos, thres=NULL, ...)
"roc"(x, ...)
vector, matrix, data.frame
) used for prediction.labels
that defines a "positive" event.x
define the grid of cut-points.plot.Daim
, auc.Daim
data(Daim.data3)
M <- roc(Daim.data3[,2:5], Daim.data3$Gold, "pos")
summary(M)
plot(M,color=c("black","blue","green3","red"))
roc.area(M)
Run the code above in your browser using DataLab