R/epi_finalsize.R
epi_finalsize.Rd
Calculate the final size of an epidemic. Usethe the following logic:
epi_finalsize(r0)
a double, the reproduction number (can be basic or Reff)
1 + 1/R0*W(-R0exp(-R0))
if (FALSE) { epi_finalsize(3.5) plot(seq(1,3,.01), epi_finalsize(seq(1,3,.01)),xlab = "R", ylab = "Percent Infected", type = "l") }