Learn R Programming

modelSSE (version 0.1-3)

COVID19_JanApr2020_HongKong: A dataset of COVID-19 outbreak in Hong Kong

Description

This dataset (i.e., COVID19_JanApr2020_HongKong) contains 290 observations of offspring case number generated by one seed case, which were collected during the coronavirus disease 2019 (COVID-19) outbreak in Hong Kong, China from January to April 2020.

Usage

COVID19_JanApr2020_HongKong

Arguments

Format

A data frame (data.frame) with 290 rows of records, and 2 columns of variables:

obs

Observations of offspring (or secondary) case numbers generated by each seed case.

type

A categorical variable takes the value "secondary" indicating the type of observations.

References

Adam DC, Wu P, Wong JY, Lau EH, Tsang TK, Cauchemez S, Leung GM, Cowling BJ. Clustering and superspreading potential of SARS-CoV-2 infections in Hong Kong. Nature Medicine. 2020;26(11):1714-1719. tools:::Rd_expr_doi("10.1038/s41591-020-1092-0")

Examples

Run this code
data(COVID19_JanApr2020_HongKong)
summary(COVID19_JanApr2020_HongKong)
table(COVID19_JanApr2020_HongKong$obs)

Run the code above in your browser using DataLab