diff options
author | Naeem Model <me@nmode.ca> | 2025-01-06 23:55:43 +0000 |
---|---|---|
committer | Naeem Model <me@nmode.ca> | 2025-01-06 23:55:43 +0000 |
commit | e920b3e514e717fc05ed524267d3b53e272fec51 (patch) | |
tree | 353cfb36aca946d69da6d6dcacc0cb66177050ef /inst/app/templates/content/estimation/about-estimators/idea.html | |
parent | 2d34b71c7a8da7fd0fac59b934145286b2be7b1f (diff) |
Update web app entry point
- Rename 'app' -> 'web'
- Return shiny app object in entry point function
Diffstat (limited to 'inst/app/templates/content/estimation/about-estimators/idea.html')
-rw-r--r-- | inst/app/templates/content/estimation/about-estimators/idea.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/inst/app/templates/content/estimation/about-estimators/idea.html b/inst/app/templates/content/estimation/about-estimators/idea.html deleted file mode 100644 index 67548f8..0000000 --- a/inst/app/templates/content/estimation/about-estimators/idea.html +++ /dev/null @@ -1,4 +0,0 @@ -The Incidence Decay and Exponential Adjustment (ID) estimator is an alternative formulation of the Incidence Decay (ID) model which includes a decay factor to reflect the often observed outbreak decline. -This addresses the potential underestimation of the <em>R</em><sub>0</sub> estimate when using the ID method. -The method of least squares is used to estimate <em>R</em><sub>0</sub>, and similar to the ID model, the serial interval is assumed to be known and this method is developed assuming the SIR model. -We note that, since we need to obtain a minimizer of the decay factor to solve the optimization problem, we require that the number of cases in the dataset be at least 2. |