growth_to_R: Convert Growth Rates to Reproduction numbers.
Description
See here # nolint
for justification. Now handled internally by stan so may be removed in
future updates if no user demand.
Usage
growth_to_R(r, gamma_mean, gamma_sd)
Value
Numeric vector of reproduction number estimates
Arguments
- r
Numeric, rate of growth estimates.
- gamma_mean
Numeric, mean of the gamma distribution
- gamma_sd
Numeric, standard deviation of the gamma distribution
.