Learn R Programming

EpiNow2 (version 1.3.2)

get_incubation_period: Get a Literature Distribution for the Incubation Period

Description

Extracts a literature distribution from incubation_periods

Usage

get_incubation_period(disease, source, max_value = 15)

Arguments

disease

A character string indicating the disease of interest.

source

A character string indicating the source of interest.

max_value

Numeric, the maximum value to allow. Defaults to 15 days.

Value

A list defining a distribution

Examples

Run this code
# NOT RUN {
get_incubation_period(disease = "SARS-CoV-2", source = "lauer")
# }

Run the code above in your browser using DataLab