owid {EpiInvert}R Documentation

A dataset with COVID-19 indicators

Description

A dataset containing COVID-19 epidemiological indicators for Canada, France, Germany, Italy, UK and the USA from Our World in data organization https://github.com/owid/covid-19-data/tree/master/public/data up to 2022-11-28. In the case a data value is not available for a given day we assign the value 0 to the indicator

Usage

owid

Format

A dataframe with 13 variables:

iso_code

iso code of the country

location

country name

date

date of the indicator value

new_cases

new confirmed cases

new_cases_smoothed

new confirmed cases smoothed

new_cases_restored_EpiInvert

new confirmed cases restored using EpiInvert

new_deaths

new deaths attributed to COVID-19

new_deaths_smoothed

new deaths smoothed

new_deaths_restored_EpiInvert

new deaths restored using EpiInvert

icu_patients

number of COVID-19 patients in intensive care units (ICUs) on a given day

hosp_patients

number of COVID-19 patients in hospital on a given day

weekly_icu_admissions

number of COVID-19 patients newly admitted to intensive care units (ICUs) in a given week (reporting date and the preceding 6 days)

weekly_hosp_admissions

number of COVID-19 patients newly admitted to hospitals in a given week (reporting date and the preceding 6 days)


[Package EpiInvert version 0.3.1 Index]