EpiForecasts drat repository

Stable development EpiForecast packages

Packages

  • covid19.nhs.data (v 0.1.0, ): NHS Trust Level Covid-19 Data Aggregated to a Range of Spatial Scales
  • covidregionaldata (v 0.9.2.1000, ): Subnational Data for COVID-19 Epidemiology
  • EpiNow (v 0.3.0, ): Estimate Realtime Case Counts and Time-varying Epidemiological Parameters
  • EpiNow2 (v 1.3.3.8, ): Estimate Real-Time Case Counts and Time-Varying Epidemiological Parameters
  • EpiSoon (v 0.3.0, ): Forecast Cases Using Reproduction Numbers
  • RtD3 (v 0.0.1, ): Rt Visualization in D3
  • scoringutils (v 0.1.7.2, ): Utilities for Scoring and Assessing Predictions
  • stackr (v 0.1.0, ): Create Mixture Models From Predictive Samples

If drat is not installed, first install from CRAN with

install.packages("drat")

To install packages, run

drat:::add("epiforecasts")

after which packages can be installed as usual, for example:

install.packages("EpiSoon")