From c8eed79283a2222e53782b6a2806f8234839535d Mon Sep 17 00:00:00 2001 From: hannajankowski Date: Thu, 28 Jul 2022 09:57:24 -0400 Subject: Update ID.R --- R/ID.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/ID.R b/R/ID.R index effdb09..679b442 100644 --- a/R/ID.R +++ b/R/ID.R @@ -4,7 +4,7 @@ #' #'The method is based on a straightforward incidence decay model. The estimate of R0 is the value which minimizes the sum of squares between observed case counts and cases counts 'expected' under the model. #' -#' This method is based on an approximation of the SIR model, which is most valid at the beginning of an epidemic. The method assumes that the mean of the serial distribution (sometimes called the serial interval) is known. The final estimate can be quite sensitive to this value, so sensitivity testing is recommended. Users should be careful about units of time (e.g. are counts observed daily or weekly?) when implementing. +#' This method is based on an approximation of the SIR model, which is most valid at the beginning of an epidemic. The method assumes that the mean of the serial distribution (sometimes called the serial interval) is known. The final estimate can be quite sensitive to this value, so sensitivity testing is strongly recommended. Users should be careful about units of time (e.g. are counts observed daily or weekly?) when implementing. #' #' @param NT Vector of case counts #' @param mu Mean of the serial distribution (needs to match case counts in time units; for example, if case counts are weekly and the serial distribution has a mean of seven days, then \code{mu} should be set to one, if case counts are daily and the serial distribution has a mean of seven days, then \code{mu} should be set to seven). -- cgit v1.2.3