This function computes the area under the ROC curve.
Source
This function is just a wrapper to concordance
Arguments
- true
a vector (or a matrix) of observed values. If a matrix is provided, a multi-response is assumed
- pred
a vector (or a matrix) of predicted values
- weights
observation weights
- multi
currently not used
- ...
further arguments (currently not used)