Summarizing a Score object
# S3 method for Score
summary(
object,
times,
what = c("score", "contrasts"),
models,
digits = 1,
pvalue.digits = 4,
...
)
List of tables
Object obtained with Score
.
Select time points
Either "score"
, "contrasts"
or both, i.e., c("score","contrasts")
Select which models to summarize. Need to be a subset of object$models
For rounding everything but p-values
For rounding p-values
not used
Thomas A. Gerds <tag@biostat.ku.dk>
The AUC and the Brier score are put into tables
Score