covid19: The data set for the confirmed COVID-19 cases with potential...

Description Usage Format References Examples

Description

The clinically confirmed cases with symptoms were collected from two sources (DXY; Xu et al., 2020), available as of March 2020.

Usage

1

Format

The data have the following columns:

exposure.start

exposure start date

expoosure.end

exposure end date

onset

symptom onset date

hospital

hospitalization date

age

patient's age

gender

patient's gender (1 for male and 0 for female)

References

DXY: COVID-19 Epidemic Situation in Real Time. Available online: https://docs.google.com/spreadsheets /d/e/2PACX-1vQU0SIALScXx8VXDX7yKNKWWPKE1YjFlWc6VTEVSN45CklWWf-uWmprQIyLtoPDA 18tX9cFDr-aQ9S6/pubhtml (accessed on 20 March 2020).

Xu, B., Gutierrez, B., Mekaru, S., Sewalk, K., Goodwin, L., Loskill, A., Cohn, E.L., Hswen, Y., Hill, S.C., Cobo, M.M. and Zarebski, A.E., 2020. Epidemiological data from the COVID-19 outbreak, real-time case information. Scientific data, 7(1), pp.1-6.

Examples

1
2
3
library(IncPeriod)
data(covid19) # 312 subjects and 2 covariates (age and gender)
head(covid19)

pakdaewo/IncPeriod documentation built on Feb. 3, 2022, 12:33 a.m.