Learn R Programming

epidemia (version 1.0.0)

EuropeCovid: Covid-19 data for European countries

Description

Contains a dataframe with recorded daily deaths from Covid-19 in 11 European countries up until 05/05/2020. The dataframe includes variables representing different non-pharmaceutical interventions implemented by the countries considered. The data matches that used in Flaxman2020;textualepidemia. Also includes empirical distributions for the serial interval and the time from infection to death.

Usage

EuropeCovid

Arguments

Format

A named list. The fields are:

data

A data frame giving indicators of certain non-pharmaceutical interventions in each country, along with death data and populations. The earliest date for each country in the dataframe is exactly 30 days before 10 cumulative deaths were observed in the country.

inf2death

A numeric vector representing the time distribution from infection to death assumed in Flaxman2020;textualepidemia.

si

The serial interval of covid-19 assumed in Flaxman2020;textualepidemia.

References