epi_finalsize: Final Size of An Epidemic

View source: R/epi_finalsize.R

epi_finalsizeR Documentation

Final Size of An Epidemic

Description

Calculate the final size of an epidemic. Usethe the following logic:

Usage

epi_finalsize(r0)

Arguments

r0

a double, the reproduction number (can be basic or Reff)

Details

1 + 1/R0*W(-R0exp(-R0))

Examples

## Not run: 
epi_finalsize(3.5)

plot(seq(1,3,.01), epi_finalsize(seq(1,3,.01)),xlab = "R", 
ylab = "Percent Infected", type = "l")

## End(Not run)


nctriadresearch/nccovid documentation built on April 9, 2023, 7:03 a.m.