
Last chance! 50% off unlimited learning
Sale ends in
bedroc(x, y, decreasing=TRUE, alpha=20.0)
x <- rnorm(1000) # random scores for 1000 compounds
y <- c(rep(1,50), rep(0,950)) # activity labels for "x"
bedroc(x, y)
data(dud_egfr)
bedroc(dud_egfr$energy, dud_egfr$label, decreasing=FALSE)
Run the code above in your browser using DataLab