powered by
plot_density_compare(aucA, aucB, col = "lightgrey", xlab = "AUROC (neighbor voting)", ylab = "Density", mode = TRUE)
aurocsA <- (runif(1000)+runif(1000)+runif(1000)+runif(1000))/4 aurocsB <- runif(1000) plot_density_compare(aurocsA, aurocsB)
Run the code above in your browser using DataLab