View source: R/calculate_transmission_increase.R
calculate_transmission_increase | R Documentation |
Calculating the Transmission Increase from Factors
calculate_transmission_increase(R_w, rho, D = 4.7, omega = 0)
R_w |
a numeric, the baseline effective reproduction number |
rho |
a numeric, the estimated transmission advantage |
D |
a numeric, the generation time (average) |
omega |
a numeric with default of NULL indicating proportion of the population that has immunity against earlier variants |
c(4,6) * calculate_transmission_increase(R_w = .8, .43, D = 5.2, omega = NULL)
c(4,6) * calculate_transmission_increase(R_w = .8, .43, D = 5.2, omega = .25)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.