Learn R Programming

riskRegression (version 2023.12.21)

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,
  ...
)

Value

List of tables

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

Author

Thomas A. Gerds <tag@biostat.ku.dk>

Details

The AUC and the Brier score are put into tables

See Also

Score