E.g.,
Instead of doing
polymod_setting_data <- get_polymod_setting_data()
polymod_setting_data_small <- polymod_setting_data %>%
lapply(FUN = function(x) x %>% filter(age_from <= 20, age_to <= 20)) |>
new_setting_data()
Just have a couple of smaller datasets
- One for each home/work/school/other setting only
- One for all settings but small
See how small I can make it but still be useful?
This way the examples can all run as well