Learn R Programming

R0 (version 1.2-10)

H1N1.serial.interval: H1N1 serial interval sample

Description

Data taken from traced cases of H1N1 viruses.

Usage

data(H1N1.serial.interval)

Arguments

Format

The format is: num [1:355] 1 1 3 2 1 2 1 3 2 4 ...

Details

Vector of values that represents the time lag between symptoms onset for pairs of infector/infectee, for a dataset of complete traced cases. Each value accounts for a pair of infector/infectee. This serial interval is often substitued for the generation time distribution, as it is easier to observe.

Examples

Run this code
data(H1N1.serial.interval)
## maybe str(H1N1.serial.interval) ; plot(H1N1.serial.interval) ...

Run the code above in your browser using DataLab