-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from vimc/vimc-6748
Vimc 6748: vimpact flexibilities
- Loading branch information
Showing
9 changed files
with
85 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
### TODOs | ||
|
||
* extract aggregated burden by recipe | ||
- may be not necessary anymore, as this is output of method0 and method1 already, we can output it | ||
- but the output will only have counter-factual and best-estimate scenarios | ||
- if other scenarios are also needed, move burden calculation report here | ||
|
||
|
||
* standardise output to match past data sets - this is only for internal use, no need to export for non-science users | ||
|
||
* get_burden_central and get_burden_stochastic functions for easy-to-use | ||
Increase flexibility - allow addition activity types, comparison between different scenario types, external fvps for calculating impact ratios. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,30 @@ | ||
disease,vaccine,activity_type | ||
Cholera,Cholera,campaign | ||
HepB,HepB,routine | ||
HepB,HepB_BD,routine | ||
Hib,Hib3,routine | ||
HPV,HPV,campaign | ||
HPV,HPV,routine | ||
JE,JE,campaign | ||
JE,JE,routine | ||
Measles,MCV1,routine | ||
Measles,MCV2,routine | ||
Measles,Measles,campaign | ||
MenA,MenA,campaign | ||
MenA,MenA,routine | ||
PCV,PCV3,routine | ||
Rota,Rota,routine | ||
Rubella,RCV2,routine | ||
Rubella,Rubella,campaign | ||
Rubella,Rubella,routine | ||
Typhoid,Typhoid,campaign | ||
Typhoid,Typhoid,routine | ||
YF,YF,campaign | ||
YF,YF,routine | ||
DTP,DTP3,routine | ||
disease,vaccine,activity_type | ||
Cholera,Cholera,campaign | ||
DTP,DTP3,routine | ||
HepB,HepB,routine | ||
HepB,HepB_BD,routine | ||
HepB,HepB,routine-intensified | ||
Hib,Hib3,routine | ||
HPV,HPV,campaign | ||
HPV,HPV,routine | ||
HPV,HPV,routine-intensified | ||
JE,JE,campaign | ||
JE,JE,routine | ||
Measles,MCV1,routine | ||
Measles,MCV2,routine | ||
Measles,Measles,campaign | ||
Measles,Measles,routine-intensified | ||
MenA,MenA,campaign | ||
MenA,MenA,routine | ||
MenA,MenA,routine-intensified | ||
PCV,PCV3,routine | ||
Rota,Rota,routine | ||
Rubella,RCV2,routine | ||
Rubella,Rubella,campaign | ||
Rubella,Rubella,routine | ||
Rubella,Rubella,routine-intensified | ||
Typhoid,Typhoid,campaign | ||
Typhoid,Typhoid,routine | ||
YF,YF,campaign | ||
YF,YF,routine | ||
YF,YF,routine-intensified |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters