From bc0fa1f9fe9238b21f5a6ba629a98f04d56f7a31 Mon Sep 17 00:00:00 2001 From: Hugo Gruson <10783929+Bisaloo@users.noreply.github.com> Date: Tue, 18 Jun 2024 14:51:23 +0200 Subject: [PATCH] Remove paragraph about doubling and halving times --- .../templates/transmissibility/skeleton/rmdchunks/MASS.Rmd | 4 ---- 1 file changed, 4 deletions(-) diff --git a/inst/rmarkdown/templates/transmissibility/skeleton/rmdchunks/MASS.Rmd b/inst/rmarkdown/templates/transmissibility/skeleton/rmdchunks/MASS.Rmd index 21291f25..7cab3eb4 100644 --- a/inst/rmarkdown/templates/transmissibility/skeleton/rmdchunks/MASS.Rmd +++ b/inst/rmarkdown/templates/transmissibility/skeleton/rmdchunks/MASS.Rmd @@ -20,10 +20,6 @@ decline of the epidemic. For instance: * $r = 0.02$ means that the number of new cases increases on average by 2% each day * $r = -0.13$ means that the number of new cases decreases on average by 13% each day -Growth rates can also be converted to _doubling times_ (when $r > 0$) or -_halving times_ (when $r < 0$), defined as the time it takes for the daily -incidence to double (respectively, halve). - For more information on growth rates, see this [blog post by Pr Julia Gog](https://plus.maths.org/content/epidemic-growth-rate). ### Results