powered by
"roc"(x, ...) "roc"(x, labels, labpos, thres=NULL, ...) "roc"(x, labels, labpos, thres=NULL, ...) "roc"(x, ...)
vector, matrix, data.frame
labels
x
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