Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disease/pathogen specific outbreak function? #76

Open
joshwlambert opened this issue Feb 19, 2024 · 1 comment
Open

Disease/pathogen specific outbreak function? #76

joshwlambert opened this issue Feb 19, 2024 · 1 comment

Comments

@joshwlambert
Copy link
Member

Given the epidemiological parameters from {epiparameter} used in {simulist}, it would be possible to implement a set of new functions that can bypass users having to read in and supply epidemiological parameter to the simulist::sim_*() functions.

A function signature such as:

sim_disease_linelist(disease = "Ebola")
sim_pathogen_linelist(pathogen = "Ebola virus")
sim_disease_outbreak(disease = "COVID-19")

These two functions could also be combined into a single function which could have disease and pathogen as arguments:

sim_disease_linelist(pathogen = "SARS-CoV-2")

These functions would be useful when the fine-level details of the parameterisation is not important, but the simulation should mimic a specific outbreak (e.g. teaching, mock outbreak testing). It could additionally use demographic data from another source to be even more detailed:

sim_disease_linelist(pathogen = "SARS-CoV-1", region = "South Korea")

This could supplement the use of datasets such as outbreaks::ebola_sim and provide functions to simulate other similar scenarios.

@joshwlambert
Copy link
Member Author

Add set.seed argument to enable it to be used in documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant