calcRisk | R Documentation |
Calculates the percentage probability that one or more persons in a group, of a particular size g, may be infectious given the underlying prevalence of disease.
calcRisk(p_I, g)
p_I |
Probability one individual in a population is infectious. |
g |
Event size. |
The risk (%) one or more individuals at an event of size g will be infectious.
estRisk()
risk <- calcRisk(.001, 50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.