Summary method for binregCV objects
# S3 method for binregCV
summary(
object,
transform = NULL,
conf.level = 0.95,
type = c("cv", "both"),
...
)A binregCV object, as returned by
brier_binreg for a single evaluation time.
Optional back-transformation function applied to Brier
scores and confidence limits, e.g. exp to undo the internal log
scale.
Confidence level for the reported intervals (default 0.95).
Either "cv" (default) for cross-validated Brier scores
only, or "both" to also include apparent (in-sample) scores.
Not currently used.