|
3 | 3 | #' This data source of confirmed COVID-19 cases and deaths is based on reports
|
4 | 4 | #' made available by the Center for Systems Science and Engineering at Johns
|
5 | 5 | #' Hopkins University, as downloaded from the CMU Delphi COVIDcast Epidata
|
6 |
| -#' API. This example data is a snapshot as of March 20, 2024, and |
| 6 | +#' API. This example data is a snapshot as of May 31, 2022, and |
7 | 7 | #' ranges from December 31, 2020 to December 31, 2021. It
|
8 |
| -#' includes all states. It is used in the {epiprocess} correlation vignette. |
| 8 | +#' includes all states. |
9 | 9 | #'
|
10 |
| -#' @format An [`epiprocess::epi_df`] (object of class `c("epi_df", "tbl_df", "tbl", "data.frame")`) with 37576 rows and 4 columns. |
| 10 | +#' @format An [`epiprocess::epi_df`] (object of class `c("epi_df", "tbl_df", "tbl", "data.frame")`) with 20496 rows and 4 columns. |
11 | 11 | #' @section Data dictionary:
|
12 | 12 | #' The data has columns:
|
13 | 13 | #' \describe{
|
|
76 | 76 | #' ranges from June 4, 2021 to December 31, 2021.
|
77 | 77 | #' It is limited to California, Florida, Texas, New Jersey, and New York.
|
78 | 78 | #'
|
79 |
| -#' @format A [`tibble::tibble`] (object of class `c("tbl_df", "tbl", "data.frame")`) with 1055 rows and 4 columns. |
| 79 | +#' @format An [`epiprocess::epi_df`] (object of class `c("epi_df", "tbl_df", "tbl", "data.frame")`) with 1055 rows and 4 columns. |
80 | 80 | #' @section Data dictionary:
|
81 | 81 | #' The data has columns:
|
82 | 82 | #' \describe{
|
|
195 | 195 | #' www.statcan.gc.ca. This example data is a snapshot as of September 18,
|
196 | 196 | #' 2024, and ranges from 2010 to 2017 (yearly).
|
197 | 197 | #'
|
198 |
| -#' @format An [`epiprocess::epi_df`] (object of class `c("epi_df", "tbl_df", "tbl", "data.frame")`) with 10193 rows and 8 columns. |
| 198 | +#' @format An [`epiprocess::epi_df`] (object of class `c("epi_df", "tbl_df", "tbl", "data.frame")`) with 1445 rows and 7 columns. |
199 | 199 | #' @section Data dictionary:
|
200 | 200 | #' The data has columns:
|
201 | 201 | #' \describe{
|
202 | 202 | #' \item{geo_value}{The province in Canada associated with each
|
203 | 203 | #' row of measurements.}
|
204 | 204 | #' \item{time_value}{The time value, a year integer in YYYY format}
|
205 | 205 | #' \item{edu_qual}{The education qualification}
|
206 |
| -#' \item{fos}{The field of study} |
207 | 206 | #' \item{age_group}{The age group; either 15 to 34 or 35 to 64}
|
208 | 207 | #' \item{num_graduates}{The number of graduates for the given row of characteristics}
|
209 | 208 | #' \item{med_income_2y}{The median employment income two years after graduation}
|
|
226 | 225 | #' drop the level-specific rows.
|
227 | 226 | #' * No modifications were made to the time range of the data.
|
228 | 227 | "grad_employ_subset"
|
| 228 | + |
| 229 | +#' Percent CLI from different surveys, compared to ground truth COVID incidence in a subset of counties |
| 230 | +#' |
| 231 | +#' @description |
| 232 | +#' Data set for more than 400 US counties containing CLI |
| 233 | +#' (COVID-19-like-illness) incidence derived from two surveys, and a reference signal as |
| 234 | +#' reported by JHU CSSE. This example data is a snapshot as of September 21, |
| 235 | +#' 2020, and ranges from April 11, 2020 to September 01, 2020. |
| 236 | +#' |
| 237 | +#' The reference signal `case` is based on reports made available |
| 238 | +#' by the Center for Systems Science and Engineering at Johns Hopkins |
| 239 | +#' University. |
| 240 | +#' |
| 241 | +#' One survey was |
| 242 | +#' \href{https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/google-survey.html}{run by Google}, |
| 243 | +#' in partnership with Delphi. |
| 244 | +#' |
| 245 | +#' The other survey, the |
| 246 | +#'\href{https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/fb-survey.html}{COVID-19 Trends and Impact Survey}, |
| 247 | +#' was run by Delphi in collaboration with Facebook. |
| 248 | +#' |
| 249 | +#' Data is reported for counties that had at least 200 cumulative COVID-19 cases |
| 250 | +#' on May 14, 2020, according to JHU CSSE. |
| 251 | +#' |
| 252 | +#' @format An [`epiprocess::epi_df`] (object of class `c("epi_df", "tbl_df", "tbl", "data.frame")`) with 63840 rows and 5 columns. |
| 253 | +#' @section Data dictionary: |
| 254 | +#' The data has columns: |
| 255 | +#' \describe{ |
| 256 | +#' \item{geo_value}{The 5-digit county FIPS code associated with each |
| 257 | +#' row of measurements.} |
| 258 | +#' \item{time_value}{The time value, a date in YYYY-MM-DD format} |
| 259 | +#' \item{goog}{Seven-day average of CLI (covid-like-illness) cases from the Google survey} |
| 260 | +#' \item{fb}{Seven-day average of CLI (covid-like-illness) cases from CTIS} |
| 261 | +#' \item{case}{Reference signal. Seven-day average of CLI (covid-like-illness) cases} |
| 262 | +#' } |
| 263 | +#' @source |
| 264 | +#' 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 |
| 265 | +#' \href{https://creativecommons.org/licenses/by/4.0/}{Creative Commons Attribution 4.0 International license} |
| 266 | +#' by Johns Hopkins University on behalf of its Center for Systems Science in Engineering. |
| 267 | +#' Copyright Johns Hopkins University 2020. |
| 268 | +#' |
| 269 | +#' Modifications: |
| 270 | +#' * \href{https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/jhu-csse.html}{From the COVIDcast Epidata API}: The signal `confirmed_cumulative_num` was used to determine eligibility for inclusion. The signal `confirmed_7dav_incidence_prop` was computed by Delphi from the original JHU-CSSE data 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. |
| 271 | +#' * Furthermore, the data has been limited to a specific time range, the |
| 272 | +#' signal names slightly altered, and formatted into an `epi_df`. |
| 273 | +#' |
| 274 | +#' This object contains a modified part of the |
| 275 | +#' \href{https://cmu-delphi.github.io/delphi-epidata/symptom-survey/#covid-19-trends-and-impact-survey}{data |
| 276 | +#' aggregations in the API} that are prepared from the |
| 277 | +#' \href{https://www.pnas.org/doi/full/10.1073/pnas.2111454118}{COVID-19 |
| 278 | +#' Trends and Impact Survey}; see the first link for more information on |
| 279 | +#' citing in publications. |
| 280 | +#' The data is made available via the |
| 281 | +#' \href{https://cmu-delphi.github.io/delphi-epidata/}{Delphi Epidata API}. |
| 282 | +#' |
| 283 | +#' These aggregations are licensed under the terms of |
| 284 | +#' the \href{https://creativecommons.org/licenses/by/4.0/}{Creative Commons |
| 285 | +#' Attribution license}. |
| 286 | +#' |
| 287 | +#' Modifications: |
| 288 | +#' * The data has been limited to a very small number of rows, the |
| 289 | +#' signal names slightly altered, and formatted into an `epi_df`. |
| 290 | +#' |
| 291 | +#' This object contains a modified part of the |
| 292 | +#' \href{https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/google-survey.html}{Google symptom surveys}. |
| 293 | +#' Aggregations based on the survey are licensed under the terms of |
| 294 | +#' the \href{https://creativecommons.org/licenses/by/4.0/}{Creative Commons |
| 295 | +#' Attribution license}. |
| 296 | +#' |
| 297 | +#' Modifications: |
| 298 | +#' * The data has been limited to a very small number of rows, the |
| 299 | +#' signal names slightly altered, and formatted into an `epi_df`. |
| 300 | +"county_smoothed_cli_comparison" |
| 301 | + |
| 302 | +#' Daily COVID-19 case and death rates from all states in archive format |
| 303 | +#' |
| 304 | +#' @description |
| 305 | +#' Data set containing COVID-19 case and death rates (counts per 100000 |
| 306 | +#' population) as reported by the Delphi API, based on reports made available |
| 307 | +#' by the Center for Systems Science and Engineering at Johns Hopkins |
| 308 | +#' University. This example data ranges from March 1, 2020 to November 30, |
| 309 | +#' 2021, issued monthly on the first day of each month from September 1, 2020 |
| 310 | +#' to December 1, 2021. It includes all US states, Washington DC, Guam, Puerto |
| 311 | +#' Rico, and the Virgin Islands. |
| 312 | +#' |
| 313 | +#' @format An [`epiprocess::epi_archive`]. The DT attribute contains the data formatted as a [`data.table::data.table`] (object of class `c("data.table", "data.frame")`) with 72086 rows and 7 columns. |
| 314 | +#' @section Data dictionary: |
| 315 | +#' The data in the `epi_archive$DT` attribute has columns: |
| 316 | +#' \describe{ |
| 317 | +#' \item{geo_value}{the geographic value associated with each row of measurements.} |
| 318 | +#' \item{time_value}{the time value associated with each row of measurements.} |
| 319 | +#' \item{version}{the time value specifying the version for each row of measurements. } |
| 320 | +#' \item{case_rate}{Number of new confirmed cases due to COVID-19 per 100,000 population, daily} |
| 321 | +#' \item{case_rate_7d_av}{7-day average signal of number of new confirmed cases due to COVID-19 per 100,000 population, daily} |
| 322 | +#' \item{death_rate}{Number of new confirmed deaths due to COVID-19 per 100,000 population, daily} |
| 323 | +#' \item{death_rate_7d_av}{7-day average signal of number of new confirmed deaths due to COVID-19 per 100,000 population, daily} |
| 324 | +#' } |
| 325 | +#' @source |
| 326 | +#' 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 |
| 327 | +#' \href{https://creativecommons.org/licenses/by/4.0/}{Creative Commons Attribution 4.0 International license} |
| 328 | +#' by Johns Hopkins University on behalf of its Center for Systems Science in Engineering. |
| 329 | +#' Copyright Johns Hopkins University 2020. |
| 330 | +#' |
| 331 | +#' Modifications: |
| 332 | +#' * \href{https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/jhu-csse.html}{From the COVIDcast Epidata API}: The signals `case_rate` and `death_rate` are taken directly from the JHU CSSE GitHub repo without changes, served through the Delphi API. |
| 333 | +#' * \href{https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/jhu-csse.html}{From the COVIDcast Epidata API}: Averaged signals were computed from the original JHU-CSSE data 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. |
| 334 | +#' * Furthermore, the data has been limited to a specific time range, the |
| 335 | +#' signal names slightly altered, and formatted into an `epi_archive`. |
| 336 | +"case_death_rate_archive" |
| 337 | + |
| 338 | +#' Daily COVID-19 doctor visits and cases from all states in archive format |
| 339 | +#' @description |
| 340 | +#' This data source is based on information about outpatient visits, provided |
| 341 | +#' to us by health system partners, and also contains confirmed COVID-19 |
| 342 | +#' cases based on reports made available by the Center for Systems Science |
| 343 | +#' and Engineering at Johns Hopkins University. This example data ranges from |
| 344 | +#' June 1, 2020 to December 1, 2021, issued on dates from June 1, 2020 to December 1, |
| 345 | +#' 2021. It includes all US states. |
| 346 | +#' |
| 347 | +#' It is used in the {epipredict} `sliding` article. |
| 348 | +#' |
| 349 | +#' @format An [`epiprocess::epi_archive`]. The DT attribute contains the data formatted as a [`data.table::data.table`] (object of class `c("data.table", "data.frame")`) with 1514489 rows and 5 columns. |
| 350 | +#' @section Data dictionary: |
| 351 | +#' The data in the `epi_archive$DT` attribute has columns: |
| 352 | +#' \describe{ |
| 353 | +#' \item{geo_value}{the geographic value associated with each row of measurements.} |
| 354 | +#' \item{time_value}{the time value associated with each row of measurements.} |
| 355 | +#' \item{version}{the time value specifying the version for each row of measurements. } |
| 356 | +#' \item{percent_cli}{percentage of doctor’s visits with CLI (COVID-like illness) computed from medical insurance claims} |
| 357 | +#' \item{case_rate}{7-day average signal of number of new confirmed cases due to COVID-19 per 100,000 population, daily} |
| 358 | +#' } |
| 359 | +#' @source |
| 360 | +#' 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 |
| 361 | +#' \href{https://creativecommons.org/licenses/by/4.0/}{Creative Commons Attribution 4.0 International license} |
| 362 | +#' by Johns Hopkins University on behalf of its Center for Systems Science in Engineering. |
| 363 | +#' Copyright Johns Hopkins University 2020. |
| 364 | +#' |
| 365 | +#' Modifications: |
| 366 | +#' * \href{https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/doctor-visits.html}{From the COVIDcast Doctor Visits API}: The signal `percent_cli` is taken directly from the API without changes. |
| 367 | +#' * \href{https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/jhu-csse.html}{From the COVIDcast Epidata API}: `case_rate` signal was computed by Delphi from the original JHU-CSSE data 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. |
| 368 | +#' * Furthermore, the data has been limited to a very small number of rows, the |
| 369 | +#' signal names slightly altered, and formatted into an `epi_archive`. |
| 370 | +"archive_cases_dv_subset_all_states" |
0 commit comments