age_specific_cusum_infection_counts {Bernadette}R Documentation

Age distribution of cumulative reported infections for Greece

Description

A dataset containing the age distribution of cumulative reported infections in Greece from 2020-08-31 to 2021-03-28 (30 weeks). The dataset has been extracted from the Hellenic National Public Health Organization database.

Usage

data(age_specific_cusum_infection_counts)

Format

A data frame with 210 rows and 5 variables:

Date

Date, format; date in the format "2020-08-31"

Total_Cases

numeric; count of total cumulative reported infections on a given date

0-39

numeric; count of cumulative reported infections on a given date for the age group "0-39"

40-64

numeric; count of cumulative reported infections on a given date for the age group "40-64"

65+

numeric; count of cumulative reported infections on a given date for the age group "65+"

Value

A data.frame object with 210 rows and 5 variables.

References

Sandbird (2022). Daily regional statistics for covid19 cases in Greece.

Source

https://github.com/Sandbird/covid19-Greece/


[Package Bernadette version 1.1.5 Index]