Skip to content

Commit

Permalink
add all scores to summarise
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Apr 19, 2020
1 parent e365927 commit 5c03998
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/summarise_scores.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ summarise_scores <- function(scores, variables = NULL, sel_scores = NULL) {
}

summarised_scores <- scores %>%
tidyr::gather(key = "score", value = "value", dss, crps, logs, bias, sharpness)
tidyr::gather(key = "score", value = "value", dss, crps, logs, bias,
sharpness, calibration, median, iqr, ci)


if (!is.null(sel_scores)) {
Expand Down

0 comments on commit 5c03998

Please sign in to comment.