greece: Greece mortality and influenza data

Description Usage Format Source References Examples

Description

Surveillance data from Greece used to estimate influenza-attributable mortality using FluMoDL, covering the period from May 2013 to October 2017. Contains the following:

Usage

1

Format

An list with two elements of class `data.frame`: 'greece$daily' contains a `data.frame` with columns 'date' (of class `Date`), 'deaths' and 'temperature'. 'greece$weekly' contains a `data.frame` with columns 'yearweek' (integer, in YYYYWW format), 'ILI' (ILI rate per 1000 patient consultations), 'ppH1', 'ppH3' and 'ppB' (percentage positives for A(H1N1)pdm09, A(H3N2) and B respectively).

Source

Greek National Public Health Organization (formerly the Hellenic Centre for Disease Control and Prevention)

References

Lytras T, Pantavou K, Mouratidou E, Tsiodras S. Mortality attributable to seasonal influenza in Greece, 2013 to 2017: variation by type/subtype and age, and a possible harvesting effect. Euro Surveill. 2019;24(14):pii=1800118 (PubMed)

Examples

1
2
3
data(greece)
str(greece$daily)
str(greece$weekly)

FluMoDL documentation built on Sept. 13, 2019, 5:10 p.m.