Learn R Programming

ukc19 (version 0.0.3)

du_serial_interval: Serial interval from publicly reported cases

Description

Data on which initial serial interval estimates were performed by Du et al, 2020.

Usage

data("du_serial_interval")

Arguments

Format

An object of class tbl_df (inherits from tbl, data.frame) with 752 rows and 3 columns.

Details

"This is a publication of the U.S. Government. This publication is in the public domain and is therefore without copyright. All text from this work may be reprinted freely. Use of these materials should be properly cited."

du_serial_interval dataframe with 752 rows and 3 columns

id (dbl)

Unique case id

symptom_onset (dbl)

Time of symptom onset as an integer

infector_id (dbl)

Case id of infector where known

References

Z. Du, X. Xu, Y. Wu, L. Wang, B. J. Cowling, and L. A. Meyers, ‘Serial Interval of COVID-19 among Publicly Reported Confirmed Cases’, Emerg Infect Dis, vol. 26, no. 6, pp. 1341–1343, Jun. 2020, doi: 10.3201/eid2606.200357.

Examples

Run this code
dplyr::glimpse(du_serial_interval)

Run the code above in your browser using DataLab