powered by
## S3 method for class 'kroc': plot(x, add=FALSE, add.roc.ref=FALSE, ylab, xlab, ...)
kroc
plot.kde
library(MASS) data(fgl) x1 <- fgl[fgl[,"type"]=="WinF",c("RI", "Na")] x2 <- fgl[fgl[,"type"]=="Head",c("RI", "Na")] Rhat <- kroc(x1=x1, x2=x2) plot(Rhat, add.roc.ref=TRUE)
Run the code above in your browser using DataLab