Learn R Programming

mets (version 1.3.11)

summary.binregCV: Summary method for binregCV objects

Description

Summary method for binregCV objects

Usage

# S3 method for binregCV
summary(
  object,
  transform = NULL,
  conf.level = 0.95,
  type = c("cv", "both"),
  ...
)

Arguments

object

A binregCV object, as returned by brier_binreg for a single evaluation time.

transform

Optional back-transformation function applied to Brier scores and confidence limits, e.g. exp to undo the internal log scale.

conf.level

Confidence level for the reported intervals (default 0.95).

type

Either "cv" (default) for cross-validated Brier scores only, or "both" to also include apparent (in-sample) scores.

...

Not currently used.