Summary method for binregCV_list objects
# S3 method for binregCV_list
summary(
object,
transform = NULL,
conf.level = 0.95,
type = c("cv", "both"),
...
)A binregCV_list object, as returned by
brier_binreg when time has length greater than
one.
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.