summary.Score {riskRegression} | R Documentation |
Summary of prediction performance metrics
Description
Summarizing a Score object
Usage
## S3 method for class 'Score'
summary(
object,
times,
what = c("score", "contrasts"),
models,
digits = 1,
pvalue.digits = 4,
...
)
Arguments
object |
Object obtained with |
times |
Select time points |
what |
Either |
models |
Select which models to summarize. Need to be a subset of |
digits |
For rounding everything but p-values |
pvalue.digits |
For rounding p-values |
... |
not used |
Details
The AUC and the Brier score are put into tables
Value
List of tables
Author(s)
Thomas A. Gerds <tag@biostat.ku.dk>
See Also
Score
[Package riskRegression version 2023.12.21 Index]