Skip to content

Commit

Permalink
update package name to qrensemble
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Nov 4, 2024
1 parent 4ec23a2 commit 1adc3d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sessions/forecast-ensembles.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ 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.
We will also use `qrensemble` 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")
library("qrensemble")
```

::: {.callout-tip}
Expand Down

0 comments on commit 1adc3d2

Please sign in to comment.