Learn R Programming

BuyseTest (version 3.0.5)

confint.BuyseTestAuc: Extract the AUC value with its Confidence Interval

Description

Extract the AUC value with its Confidence Interval and p-value testing whether the AUC equals 0.5.

Usage

# S3 method for BuyseTestAuc
confint(object, ...)

Value

Estimated value for the AUC, its standard error, the lower and upper bound of the confidence interval and the p-value.

Arguments

object

object of class BuyseTestAUC (output of the auc function).

...

not used. For compatibility with the generic function.