summaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorhannajankowski <hkj@yorku.ca>2022-07-28 09:57:50 -0400
committerGitHub <noreply@github.com>2022-07-28 09:57:50 -0400
commit6192feb2f834982b0f51f65e59da051d9eb71118 (patch)
tree39bf8fb66cb63c7ec32132c07c8a0d6ca3f8be46 /R
parentc8eed79283a2222e53782b6a2806f8234839535d (diff)
Update IDEA.R
Diffstat (limited to 'R')
-rw-r--r--R/IDEA.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/IDEA.R b/R/IDEA.R
index 3456f6c..fdc83dc 100644
--- a/R/IDEA.R
+++ b/R/IDEA.R
@@ -4,7 +4,7 @@
#'
#'This method is closely related to that implemented in \code{ID}. The method is based on an 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)