R/roc.R
roc.Rd
It calculates roc curve
roc(response, scores, target = "1")
is the response variable vector
is the probability vector of the prediction
is the target response class
an object.
#examples