plot.Score | R Documentation |
Plots predictive performance comparison of survival models. It uses risk scoring from Score
.
## S3 method for class 'Score'
plot(x, ..., type = c("roc", "auc", "brier"), pos = 0.3, psize = 0.3)
x |
|
... |
for future implementations. |
type |
metric to return. Choices are |
pos |
spacing between the lines. |
Implements plot method for Score
for time-dependent Brier score, AUC and ROC. However, currently, no support for time-dependent covariate models.
a ggplot
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.