Subset of JHU daily COVID-19 cases from New Jersey and Florida
Source:R/epiprocess-data.R
covid_incidence_outliers.Rd
This data source of confirmed COVID-19 cases is based on reports made available by the Center for Systems Science and Engineering at Johns Hopkins University. This example data is downloaded from the CMU Delphi COVIDcast Epidata API. It is a snapshot as of October 28, 2021, and captures the cases from June 1, 2020 to May 31, 2021. It is limited to New Jersey and Florida.
This data set is used in the epiprocess vignette on outliers.
Format
An epiprocess::epi_df
(object of class c("epi_df", "tbl_df", "tbl", "data.frame")
) with 730 rows and 3 columns.
Source
This object contains a modified part of the COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University as republished in the COVIDcast Epidata API. This data set is licensed under the terms of the Creative Commons Attribution 4.0 International license by the Johns Hopkins University on behalf of its Center for Systems Science in Engineering. Copyright Johns Hopkins University 2020.
Modifications:
From the COVIDcast Epidata API: These signals are taken directly from the JHU CSSE COVID-19 GitHub repository without changes.
Furthermore, the data has been limited to a very small number of rows, formatted into an
epi_df
, and the signal names slightly altered.