calcRisk: Calculate Risk

View source: R/MakeTable.R

calcRiskR Documentation

Calculate Risk

Description

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.

Usage

calcRisk(p_I, g)

Arguments

p_I

Probability one individual in a population is infectious.

g

Event size.

Value

The risk (%) one or more individuals at an event of size g will be infectious.

See Also

estRisk()

Examples

risk <- calcRisk(.001, 50)


sjbeckett/subregionalcovid19 documentation built on Feb. 7, 2023, 6 a.m.