Skip to content

Commit

Permalink
Merge pull request #62 from nfidd/remove-libs
Browse files Browse the repository at this point in the history
removed unused libraries
  • Loading branch information
sbfnk authored Nov 14, 2024
2 parents 7f5f331 + 06d18d0 commit acff3b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sessions/forecast-evaluation-of-multiple-models.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,13 @@ The source file of this session is located at `sessions/forecast-ensembles.qmd`.
## Libraries used

In this session we will use the `nfidd` package to load a data set of infection times and access stan models and helper functions, the `dplyr` and `tidyr` packages for data wrangling, `ggplot2` library for plotting, the `tidybayes` package for extracting results of the inference and the `scoringutils` package for evaluating forecasts.
We will also use `qra` for quantile regression averaging in the weighted ensemble section.

```{r libraries, message = FALSE}
library("nfidd")
library("dplyr")
library("tidyr")
library("ggplot2")
library("scoringutils")
library("qra")
```

::: {.callout-tip}
Expand Down

0 comments on commit acff3b3

Please sign in to comment.