plot_interval_coverage {scoringutils} | R Documentation |
Plot Interval Coverage
Description
Plot interval coverage
Usage
plot_interval_coverage(scores, colour = "model")
Arguments
scores |
A data.frame of scores based on quantile forecasts as
produced by |
colour |
According to which variable shall the graphs be coloured? Default is "model". |
Value
ggplot object with a plot of interval coverage
Examples
scores <- score(example_quantile)
scores <- summarise_scores(scores, by = c("model", "range"))
plot_interval_coverage(scores)
[Package scoringutils version 1.2.2 Index]