growth_to_R: Convert Growth Rates to Reproduction numbers.

Description Usage Arguments Value Examples

View source: R/utilities.R

Description

See here for justification.

Usage

1
growth_to_R(r, gamma_mean, gamma_sd)

Arguments

r

Numeric, rate of growth estimates

gamma_mean

Numeric, mean of the gamma distribution

gamma_sd

Numeric, standard deviation of the gamma distribution

Value

Numeric vector of reproduction number estimates

Examples

1
growth_to_R(0.2, 4, 1)

epiforecasts/EpiNow documentation built on Oct. 26, 2020, 2:38 p.m.