File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
examples/covasim_/vaccinating_elderly Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ the elderly should cause vaccines and vaccinated to decrease (more restrictive p
7
7
are vaccinated), and no change to the maximum doses since this should always be 2.
8
8
9
9
This case study directly executes Covasim under two input configurations that differ only in their vaccine input: one
10
- is the default Pfizer vaccine, the other is the same vaccine but additionally sub-targeting the elderly using a method
10
+ is the default Pfizer vaccine, the other is the same vaccine but additionally sub-targeting the elderly using a method
11
11
provided in the Covasim vaccine tutorial. We execute each of these input configurations 30 times and repeat this for
12
12
four test cases: one focusing on each of the four previously mentioned outputs.
13
13
@@ -17,9 +17,9 @@ Further details are provided in Section 5.3 (Prioritising the elderly for vaccin
17
17
To run this case study:
18
18
1 . Ensure all project dependencies are installed by running ` pip install . ` from the top
19
19
level of this directory (instructions are provided in the project README).
20
- 2 . Additionally, in order to run Covasim, install version 3.07 by running ` pip install covasim==3.0.7 ` .
20
+ 2 . Additionally, in order to run Covasim, install version 3.0.7 by running ` pip install covasim==3.0.7 ` .
21
21
3 . Change directory to ` causal_testing/examples/covasim_/vaccinating_elderly ` .
22
22
4 . Run the command ` python causal_test_vaccine.py ` .
23
23
24
24
This will run Covasim as described above and print out the causal test results for the effect of each input on each
25
- output.
25
+ output.
You can’t perform that action at this time.
0 commit comments