Learn R Programming

EpiNow2 (version 1.1.0)

R_to_growth: Convert Reproduction Numbers to Growth Rates

Description

See here for justification.

Usage

R_to_growth(R, gamma_mean, gamma_sd)

Arguments

R

Numeric, Reproduction number 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

Run this code
# NOT RUN {
R_to_growth(2.18, 4, 1)  
# }

Run the code above in your browser using DataLab