View source: R/fin_times_excess_deaths.R
financial_times_excess_deaths | R Documentation |
From the Financial Times: "'Excess mortality' refers to the difference between deaths from all causes during the pandemic and the historic seasonal average. For many of the jurisdictions shown here, this figure is higher than the official Covid-19 fatalities that are published by national governments each day. While not all of these deaths are necessarily attributable to the disease, it does leave a number of unexplained deaths that suggests that the official figures of deaths attributed may significant undercounts of the pandemic's impact."
financial_times_excess_deaths()
From the Financial Times github repository:
The data contains excess mortality data for the period covering the 2020 Covid-19 pandemic. The data has been gathered from national, regional or municipal agencies that collect death registrations and publish official mortality statistics. These original data were reshaped into a standardised format by Financial Times journalists to allow cross-national comparisons, and have been used to inform the FT’s reporting on the pandemic. The repository contains the excess mortality data for all known jurisdictions which publish all-cause mortality data meeting the following criteria:
daily, weekly or monthly level of granularity
includes equivalent historical data for at least one full year before 2020, and preferably at least five years (2015-2019) includes data up to at least April 1, 2020
Most countries publish mortality data with a longer periodicity (typically quarterly or even annually), a longer publication lag time, or both. This sort of data is not suitable for ongoing analysis during an epidemic and is therefore not included here.
a data.frame
https://creativecommons.org/licenses/by/4.0/
Sean Davis seandavi@gmail.com
https://github.com/Financial-Times/coronavirus-excess-mortality-data
Coronavirus tracked: the latest figures as countries start to reopenFree to read, https://www.ft.com/content/a26fbf7e-48f8-11ea-aeb3-955839e06441
Other data-import:
acaps_government_measures_data()
,
acaps_secondary_impact_data()
,
apple_mobility_data()
,
beoutbreakprepared_data()
,
cci_us_vaccine_data()
,
cdc_aggregated_projections()
,
cdc_excess_deaths()
,
cdc_social_vulnerability_index()
,
coronadatascraper_data()
,
coronanet_government_response_data()
,
cov_glue_lineage_data()
,
cov_glue_newick_data()
,
cov_glue_snp_lineage()
,
covidtracker_data()
,
descartes_mobility_data()
,
ecdc_data()
,
econ_tracker_consumer_spending
,
econ_tracker_employment
,
econ_tracker_unemp_data
,
economist_excess_deaths()
,
google_mobility_data()
,
government_policy_timeline()
,
jhu_data()
,
jhu_us_data()
,
kff_icu_beds()
,
nytimes_county_data()
,
oecd_unemployment_data()
,
owid_data()
,
param_estimates_published()
,
test_and_trace_data()
,
us_county_geo_details()
,
us_county_health_rankings()
,
us_healthcare_capacity()
,
us_hospital_details()
,
us_state_distancing_policy()
,
usa_facts_data()
,
who_cases()
Other excess-deaths:
cdc_excess_deaths()
,
economist_excess_deaths()
res = financial_times_excess_deaths() head(res) dplyr::glimpse(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.