Learn R Programming

BuyseTest (version 3.0.5)

confint.BuyseTestBrier: Extract the Brier Score with its Confidence Interval

Description

Extract the Brier score with its Confidence Interval and possibly a p-value.

Usage

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

Value

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

Arguments

object

object of class BuyseTestBrier (output of the brier function).

...

not used. For compatibility with the generic function.