Skip to contents

A set of consensus estimates for the reproduction number and growth rate of the COVID-19 epidemic in England, produced by the SPI-M-O subgroup of SAGE

Usage

data("spim_consensus")

Format

An object of class tbl_df (inherits from tbl, data.frame) with 113 rows and 5 columns.

Details

spim_consensus_rt dataframe with 113 rows and 5 columns

date (date)

the date

rt.low (dbl)

the lower estimate of the reproduction number

rt.high (dbl)

the upper estimate of the reproduction number

growth.low (dbl)

the lower estimate of the exponential growth rate

growth.high (dbl)

the higher estimate of the exponential growth rate

Examples

dplyr::glimpse(spim_consensus)
#> Rows: 113
#> Columns: 5
#> $ date        <date> 2020-05-29, 2020-06-05, 2020-06-12, 2020-06-19, 2020-06-2…
#> $ rt.low      <dbl> 0.7, 0.7, 0.8, 0.7, 0.7, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8…
#> $ rt.high     <dbl> 0.9, 1.0, 1.0, 0.9, 0.9, 0.9, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0…
#> $ growth.low  <dbl> NA, NA, -0.01, -0.04, -0.05, -0.05, -0.04, -0.04, -0.04, -…
#> $ growth.high <dbl> NA, NA, -0.03, -0.01, -0.02, -0.02, -0.01, 0.00, 0.00, -0.…