Extract the AUC value with its Confidence Interval and p-value testing whether the AUC equals 0.5.
# S3 method for BuyseTestAuc
confint(object, ...)
Estimated value for the AUC, its standard error, the lower and upper bound of the confidence interval and the p-value.
object of class BuyseTestAUC
(output of the auc
function).
not used. For compatibility with the generic function.