knitr::opts_chunk$set(echo = FALSE) library(here)
load-data.R: load case data (saved in "data/private"), and add row totals. Data are all test-positive cases in England by specimen date.
build-models.R: wrapper around forecast.vocs::forecast()
to fit to multiple variant relationships and save output.
load-parameters.R: list model parameters to use in build_models()
. Model parameters are:
source(here("utils", "load-parameters.R")) load_parameters()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.