python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to combine several roc curves in one graph in R?
I draw 4 roc curves for 4 models, and want to put them together in one graph so that I can compare.
library(pROC)
lr.probs <- predict(lr_model, newdata=test1, type='response')
lr.plot <- plot...
SquirtleBig
Votes: 0
Answers: 1
Why is the roc function not determining cases and controls properly?
Under the default direction = "auto" setting of the roc function, it appears that cases and controls should be automatically configured such that the ROC curve for a predictor is above the d...
lindre3000
Votes: 0
Answers: 1