load_imperial_data: Load imperial forecasts

View source: R/load_imperial_data.R

load_imperial_dataR Documentation

Load imperial forecasts

Description

Downloads the raw imperial data from the imperial fits repo. Do not use this function to mass download data (only one url at a time please!), unless you have set up a Personal Access Token (PAT).

Usage

load_imperial_data(warnings = FALSE, country_code = NULL, scenario = "Medium")

Arguments

warnings

Default is false. Whether to give warnings.

country_code

Country code of country/countries to load. Else will yield random sample of 5 countries.

scenario

Default is medium transmission, with an R(0) number or R(eff) number of 0.94. Other options include "Low", with an R(0) or R(eff) of 0.47, which simulates a 50 percent decrease in transmission, or "High", with an R(0) or R(eff) of 1.41, which simulates a 50 percent increase in transmission.

Value

All of the imperial SEIR projections.


mrc-ide/esft documentation built on July 31, 2023, 2:30 p.m.