Learn R Programming

riskRegression (version 2020.12.08)

summary.Score: Summary of prediction performance metrics

Description

Summarizing a Score object

Usage

# S3 method for Score
summary(
  object,
  times,
  what = c("score", "contrasts"),
  models,
  digits = 1,
  pvalue.digits = 4,
  ...
)

Arguments

object

Object obtained with Score.

times

Select time points

what

Either "score", "contrasts" or both, i.e., c("score","contrasts")

models

Select which models to summarize. Need to be a subset of object$models

digits

For rounding everything but p-values

pvalue.digits

For rounding p-values

...

not used

Value

List of tables

Details

The AUC and the Brier score are put into tables

See Also

Score