-
Notifications
You must be signed in to change notification settings - Fork 5
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
Keeping track of secondary infections #262
Comments
Classes and functions to update:
|
Structure of output dataframeHere is a template for what the output dataframe will look like (maybe not including R_t but is there to illustrate):
In this scenario, here are the lists of days in which each person becomes infected: |
Tracking the serial interval of the epidemicWe wish to also take into account the serial interval. For every infection event, the time between the infector's Example:
In this scenario, the serial interval vectors look like: |
Classes and functions to update:
|
Is your feature request related to a problem? Please describe.
We wish to record the number of people each person infects over the course of the epidemic (each time they are re-infected) so that we can find the R_t value at each time step. The dataframes produced will be further used in the sampling package EpiOS.
Describe the solution you'd like
I will change the
Person
class to record a list of secondary infections each person has during the epidemic. I will also update the simulation to record and output a dataframe containing this information.The text was updated successfully, but these errors were encountered: