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

make vignette more compact #28

Closed
njtierney opened this issue Sep 23, 2021 · 2 comments
Closed

make vignette more compact #28

njtierney opened this issue Sep 23, 2021 · 2 comments

Comments

@njtierney
Copy link
Collaborator

Currently it takes a long time to fit - would be good to resolve this using smaller data and examples

@njtierney
Copy link
Collaborator Author

use downsampled data like so:

contact_data <- get_polymod_contact_data("all")  %>% 
  filter(age_from <= 10,
         age_to <= 10)

population <- get_polymod_population() %>% 
  filter(lower.age.limit <= 10)

@njtierney
Copy link
Collaborator Author

Perhaps wrap these in a function like "get_example_data_*"

njtierney added a commit that referenced this issue Sep 24, 2021
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