Compute the area under the ROC curve
computeAucFromDataFrames(prediction, status, time = NULL,
confidenceInterval = FALSE, timePoint, modelType = "logistic")
A vector with the predicted hazard rate.
A vector with the status of 1 (event) or 0 (no event).
Only for survival models: a vector with the time to event or censor (which ever comes first).
Should 95 percebt confidence intervals be computed?
Only for survival models: time point when the AUC should be evaluated
Type of model. Currently supported are "logistic" and "survival".
Computes the area under the ROC curve for the predicted probabilities, given the true observed outcomes.