Computes AUC with DeLong confidence interval using safe_roc().
Returns a named list with AUC, CI, and the ROC object.
Arguments
- response
Binary outcome vector (0/1)
- predictor
Numeric prediction scores
- ci_method
CI method: "delong" (default) or "bootstrap"
- ...
Additional arguments passed to
safe_roc()