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

outbreak history layer ongoing outbreaks #97

Open
n8layman opened this issue Jul 25, 2024 · 2 comments
Open

outbreak history layer ongoing outbreaks #97

n8layman opened this issue Jul 25, 2024 · 2 comments

Comments

@n8layman
Copy link
Collaborator

How should we deal with ongoing outbreaks? For example, if the outbreak_start_date is before date but end_date is after date? The current approach is:

end_date = pmin(date, end_date, na.rm = T)

and then we filter such that,

 filter(date > end_date, years_since < max_years & years_since >= 0)

but date > end_date makes the pmin bit unnecessary. Are we also assuming that for an outbreak with a long interval all the cases happen on the end date? Or should we be splitting them up along the interval somehow?

@n8layman
Copy link
Collaborator Author

Getting more fine-grained data for specific locations such as Tanzania may also be possible. @rostal mentioned that Harold may have more information. Mindy and I discussed that for now we don't need to spread the case data out over the interval and just to use the start and end dates.

@n8layman
Copy link
Collaborator Author

Change recent outbreaks to 'spread risk' and old outbreaks to 'population level immunity'.

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

No branches or pull requests

1 participant