Skip to content

Commit

Permalink
Update 4f.Analysis-ApproachComparison_PD-SICR.R
Browse files Browse the repository at this point in the history
  • Loading branch information
arnobotha committed Aug 11, 2024
1 parent d986769 commit f3f8426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/4f.Analysis-ApproachComparison_PD-SICR.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ for (i in 1:length(vThresholds)) {
vAUCs[i] <- vROCs[[i]]$auc
cat(paste0("AUC for threshold u=", vThresholds[i],": ", round(vAUCs[i], digits=2),"%\n"))
}
plot(vAUCs, vThresholds, type="b")
plot(vThresholds, vAUCs, type="b")

### RESULTS:
# On a 100% threshold, the AUC is 65.49%, which is the best performing
Expand Down

0 comments on commit f3f8426

Please sign in to comment.