You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**User Feedback**<br>Our modelling concepts are hypotheses that I would like feedback on. What concepts seem helpful/useful and what concepts seem harmful/useless? |
115
-
116
-
Ideally these concepts would lead to a perfectly intuitive tool. In
117
-
reality I recognize that there are important technical details that you
118
-
will need to learn to use the tool effectively. We try to collect the
119
-
more technical ideas in tip boxes.
93
+
We collect some of the more technical ideas in tip boxes.
|**Parsimony**<br>Starting with simplicity reflects an essential modelling principle: begin with a straightforward model and gradually add complexity as the situation demands, whether for specific data, additional details, or particular public health objectives. This approach will help you quickly get started with macpan2 and transition smoothly to more intricate applications. It also highlights the value of abstract compartmental models that can be stored in a library of reusable templates. These templates can be adapted to different scenarios, allowing for efficient modelling tailored to public health challenges.<br><br>TODO: link to model modification section. |
|**Parsimony**<br>Starting simple reflects a core modeling principle: begin with a straightforward model and add complexity as needed for specific data, details, or public health objectives. This approach enables a quick start with `macpan2` and a smooth transition to more intricate applications. It also underscores the value of abstract compartmental models stored as reusable templates, which can be efficiently adapted to diverse public health challenges. |
210
137
211
138
### Starter Model Library
212
139
@@ -254,13 +181,13 @@ print(sir)
254
181
255
182
## ---------------------
256
183
## Default values:
257
-
## ---------------------
258
184
## quantity value
259
185
## beta 0.2
260
186
## gamma 0.1
261
187
## N 100.0
262
188
## I 1.0
263
189
## R 0.0
190
+
## ---------------------
264
191
##
265
192
## ---------------------
266
193
## Before the simulation loop (t = 0):
@@ -525,7 +452,7 @@ functions, which take a loaded model specification object (like the
525
452
### Compare Simulated and Observed Incidence
526
453
527
454
Now we are getting to the interesting stuff in this first `Exploration`
528
-
section of the `Exploration-Parameterization-Inference-Stratification`
455
+
section of the `Exploration-Calibration-Inference-Stratification`
529
456
methodology: using data (and other empirical information) and
530
457
simulations together to understand a system. This step is critical in
531
458
epidemiological modelling for applied public health work. No matter how
@@ -642,14 +569,14 @@ print(sir_covid)
642
569
643
570
## ---------------------
644
571
## Default values:
645
-
## ---------------------
646
572
## quantity value
647
573
## beta 1.785714e-01
648
574
## gamma 7.142857e-02
649
575
## N 1.400000e+07
650
576
## I 5.000000e+01
651
577
## R 0.000000e+00
652
578
## report_prob 1.000000e-01
579
+
## ---------------------
653
580
##
654
581
## ---------------------
655
582
## Before the simulation loop (t = 0):
@@ -883,8 +810,8 @@ happen when the simulated number of `S` individuals drops below the
883
810
number of doses per day. This issue could be addressed by using the
884
811
minimum of `S` and the known number of doses as the realized number of
885
812
doses. However this approach has severe drawbacks when calibrating,
886
-
because as we will learn in the [Parameterization](#parameterization)
887
-
section `macpan2` uses the
813
+
because as we will learn in the [Calibration](#calibration) section
| The [awareness](https://github.com/canmod/macpan2/tree/main/inst/starter_models/awareness) model in the library illustrates how `macpan2` can be used in these cases. |
933
860
934
-
## Parameterization
861
+
## Calibration
935
862
936
863
Participants will learn how to parameterize models for making inferences
937
864
about a particular population and public health problem.
@@ -1142,7 +1069,7 @@ matrices of transmission parameters. This approach is desecribed
1142
1069
-[Philosophy](#philosophy)
1143
1070
-[Organization](#organization)
1144
1071
-[Code Style](#code-style)
1145
-
-[Dependencies](#dependencies)
1072
+
-[Technical Setup](#technical-setup)
1146
1073
-[Exploration](#exploration)
1147
1074
-[Starter Model Library](#starter-model-library)
1148
1075
-[Simulating Dynamics](#simulating-dynamics)
@@ -1164,7 +1091,7 @@ matrices of transmission parameters. This approach is desecribed
0 commit comments