You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#' @source This object contains a modified part of the \href{https://github.com/CSSEGISandData/COVID-19}{COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University} as \href{https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/jhu-csse.html}{republished in the COVIDcast Epidata API}. This data set is licensed under the terms of the
18
+
#' \href{https://creativecommons.org/licenses/by/4.0/}{Creative Commons Attribution 4.0 International license}
19
+
#' by the Johns Hopkins University on behalf of its Center for Systems Science in Engineering.
20
+
#' Copyright Johns Hopkins University 2020.
21
+
#'
22
+
#' Modifications:
23
+
#' * \href{https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/jhu-csse.html}{From the COVIDcast Epidata API}: These signals are taken directly from the JHU CSSE \href{https://github.com/CSSEGISandData/COVID-19}{COVID-19 GitHub repository} without changes. The 7-day average signals are computed by Delphi by calculating moving averages of the preceding 7 days, so the signal for June 7 is the average of the underlying data for June 1 through 7, inclusive.
24
+
#' * Furthermore, the data has been limited to a very small number of rows, the signal names slightly altered, and formatted into a tibble.
25
+
"jhu_csse_daily_subset"
20
26
21
27
22
-
#' Daily doctor visits and cases from Californiaand Florida in archive format
28
+
#' Subset of daily doctor visits and cases from California, Florida, Texas, and New York in archive format
23
29
#'
24
30
#' This data source is based on information about outpatient visits,
25
31
#' provided to us by health system partners, and also contains confirmed
26
32
#' COVID-19 cases based on reports made available by the Center for
27
33
#' Systems Science and Engineering at Johns Hopkins University.
28
-
#' This example data ranges from June 1to June 15, 2020.
34
+
#' This example data ranges from June 1, 2020 to Dec 1, 2021, and is also limited to California, Florida, Texas, and New York.
29
35
#'
30
-
#' @format An `epi_archive` data format. The data table DT has 160 rows and 5 columns:
36
+
#' @format An `epi_archive` data format. The data table DT has 129,638 rows and 5 columns:
31
37
#' \describe{
32
38
#' \item{geo_value}{the geographic value associated with each row of measurements.}
33
39
#' \item{time_value}{the time value associated with each row of measurements.}
34
-
#' \item{version}{the time value specifying the version for each row of measurements. }
40
+
#' \item{version}{the time value specifying the version for each row of measurements. }
35
41
#' \item{percent_cli}{percentage of doctor’s visits with CLI (COVID-like illness) computed from medical insurance claims}
36
-
#' \item{case_rate}{7-day average signal of number of new confirmed deaths due to COVID-19 per 100,000 population, daily}
42
+
#' \item{case_rate_7d_av}{7-day average signal of number of new confirmed deaths due to COVID-19 per 100,000 population, daily}
43
+
#' }
44
+
#' @source
45
+
#' This object contains a modified part of the \href{https://github.com/CSSEGISandData/COVID-19}{COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University} as \href{https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/jhu-csse.html}{republished in the COVIDcast Epidata API}. This data set is licensed under the terms of the
46
+
#' \href{https://creativecommons.org/licenses/by/4.0/}{Creative Commons Attribution 4.0 International license}
47
+
#' by Johns Hopkins University on behalf of its Center for Systems Science in Engineering.
48
+
#' Copyright Johns Hopkins University 2020.
49
+
#'
50
+
#' Modifications:
51
+
#' * \href{https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/doctor-visits.html}{From the COVIDcast Epidata Doctor Visits API}: These signals are taken directly from the JHU CSSE \href{https://github.com/CSSEGISandData/COVID-19}{COVID-19 GitHub repository} without changes. The 7-day average signals are computed by Delphi by calculating moving averages of the preceding 7 days, so the signal for June 7 is the average of the underlying data for June 1 through 7, inclusive.
52
+
#' * Furthermore, the data has been limited to a very small number of rows, the signal names slightly altered, and formatted into a tibble.
53
+
"archive_cases_dv_subset"
54
+
55
+
56
+
#' Subset of JHU daily cases from California and Florida
57
+
#'
58
+
#' This data source of confirmed COVID-19 cases
59
+
#' is based on reports made available by the Center for
60
+
#' Systems Science and Engineering at Johns Hopkins University.
61
+
#' This example data is a snapshot as of Oct 28, 2021 and captures the cases from June 1, 2020 to May 31, 2021
62
+
#' and is limited to California and Florida.
63
+
#'
64
+
#' @format A tibble with 730 rows and 3 variables:
65
+
#' \describe{
66
+
#' \item{geo_value}{the geographic value associated with each row of measurements.}
67
+
#' \item{time_value}{the time value associated with each row of measurements.}
68
+
#' \item{cases}{Number of new confirmed COVID-19 cases, daily}
69
+
#' }
70
+
#' @source This object contains a modified part of the \href{https://github.com/CSSEGISandData/COVID-19}{COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University} as \href{https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/jhu-csse.html}{republished in the COVIDcast Epidata API}. This data set is licensed under the terms of the
71
+
#' \href{https://creativecommons.org/licenses/by/4.0/}{Creative Commons Attribution 4.0 International license}
72
+
#' by the Johns Hopkins University on behalf of its Center for Systems Science in Engineering.
73
+
#' Copyright Johns Hopkins University 2020.
74
+
#'
75
+
#' Modifications:
76
+
#' * \href{https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/jhu-csse.html}{From the COVIDcast Epidata API}:
77
+
#' These signals are taken directly from the JHU CSSE \href{https://github.com/CSSEGISandData/COVID-19}{COVID-19 GitHub repository} without changes.
78
+
#' * Furthermore, the data has been limited to a very small number of rows, the signal names slightly altered, and formatted into a tibble.
79
+
"incidence_num_outlier_example"
80
+
81
+
#' Subset of JHU daily cases from counties in Massachusetts and Vermont
82
+
#'
83
+
#' This data source of confirmed COVID-19 cases and deaths
84
+
#' is based on reports made available by the Center for
85
+
#' Systems Science and Engineering at Johns Hopkins University.
86
+
#' This example data ranges from Mar 1, 2020 to Dec 31, 2021, and is limited to Massachusetts and Vermont.
87
+
#'
88
+
#' @format A tibble with 16,212 rows and 5 variables:
89
+
#' \describe{
90
+
#' \item{geo_value}{the geographic value associated with each row of measurements.}
91
+
#' \item{time_value}{the time value associated with each row of measurements.}
92
+
#' \item{cases}{Number of new confirmed COVID-19 cases, daily}
93
+
#' \item{county_name}{the name of the county}
94
+
#' \item{state_name}{the full name of the state}
37
95
#' }
38
-
#' @source These data sources are provided under the terms of the
#' @source This object contains a modified part of the \href{https://github.com/CSSEGISandData/COVID-19}{COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University} as \href{https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/jhu-csse.html}{republished in the COVIDcast Epidata API}. This data set is licensed under the terms of the
97
+
#' \href{https://creativecommons.org/licenses/by/4.0/}{Creative Commons Attribution 4.0 International license}
98
+
#' by the Johns Hopkins University on behalf of its Center for Systems Science in Engineering.
99
+
#' Copyright Johns Hopkins University 2020.
41
100
#'
42
-
#' COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University.
#' * \href{https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/jhu-csse.html}{From the COVIDcast Epidata API}: These signals are taken directly from the JHU CSSE \href{https://github.com/CSSEGISandData/COVID-19}{COVID-19 GitHub repository} without changes. The 7-day average signals are computed by Delphi by calculating moving averages of the preceding 7 days, so the signal for June 7 is the average of the underlying data for June 1 through 7, inclusive.
103
+
#' * Furthermore, the data has been limited to a very small number of rows, the signal names slightly altered, and formatted into a tibble.
0 commit comments