get_reproduction_rate: Get daily estimated reproduction number R

Description Usage Value Source Examples

View source: R/misc.R

Description

The reproduction number R gives the average number of people infected by one person with COVID-19.

Usage

1

Value

A dataframe with the following 4 columns:

Date

date for which the reproduction number has been estimated

Rt_low

lower limit 95% confidence interval

Rt_avg

estimated reproduction number

Rt_avg

upper limit 95% confidence interval

Source

https://data.rivm.nl/geonetwork/srv/dut/catalog.search#/metadata/ed0699d1-c9d5-4436-8517-27eb993eab6e?tab=relations

Examples

1
## Not run: mean(get_reproduction_rate()$Rt_avg,na.rm = TRUE)

mcnakhaee/CoronaWatchNL documentation built on Jan. 1, 2021, 9:24 a.m.