summaryrefslogtreecommitdiff
path: root/inst/app/templates
diff options
context:
space:
mode:
authorhannajankowski <hkj@yorku.ca>2024-05-30 12:01:55 -0400
committerGitHub <noreply@github.com>2024-05-30 12:01:55 -0400
commit0e7c9514490f4eeff621b05e441385b3e7fd8394 (patch)
treecfcf20fcade64c20e480f1aeb3c0eb14d7604519 /inst/app/templates
parenta6b9643eec0084d501c3e955a37492b43845844f (diff)
Add files via upload
Diffstat (limited to 'inst/app/templates')
-rw-r--r--inst/app/templates/content/estimators/add-estimators/descriptions/id.html2
-rw-r--r--inst/app/templates/content/estimators/add-estimators/descriptions/mu.html4
2 files changed, 4 insertions, 2 deletions
diff --git a/inst/app/templates/content/estimators/add-estimators/descriptions/id.html b/inst/app/templates/content/estimators/add-estimators/descriptions/id.html
index b182ae5..b47850f 100644
--- a/inst/app/templates/content/estimators/add-estimators/descriptions/id.html
+++ b/inst/app/templates/content/estimators/add-estimators/descriptions/id.html
@@ -1 +1 @@
-This is a short description of the ID method.
+The incidence decay (ID) estimator assumes an exponential model and finds the parameters by minimizing the sum of the squared differences between the observed cases counts and the case counts expected based on the assumed model. The method assumes that the serial interval is known. This means that the user needs to input the value of the serial interval. The serial interval is the average time between the first infection and the time the first infected individual exhibits disease symptoms.
diff --git a/inst/app/templates/content/estimators/add-estimators/descriptions/mu.html b/inst/app/templates/content/estimators/add-estimators/descriptions/mu.html
index b182ae5..fdff57e 100644
--- a/inst/app/templates/content/estimators/add-estimators/descriptions/mu.html
+++ b/inst/app/templates/content/estimators/add-estimators/descriptions/mu.html
@@ -1 +1,3 @@
-This is a short description of the ID method.
+The serial interval is the average time between the first infection and the time the first infected individual exhibits disease symptoms.
+
+Make the tab a different shade (light gray) and then this won't have parameters. It will let us not have to explain SI every single time. We'll expand the description later.