Learn R Programming

mets (version 1.3.11)

summary.binregCV_list: Summary method for binregCV_list objects

Description

Summary method for binregCV_list objects

Usage

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

Arguments

object

A binregCV_list object, as returned by brier_binreg when time has length greater than one.

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.