opensafely / covid-vaccine-effectiveness-sequential-vs-single

MIT License
3 stars 0 forks source link

Single trial approach modelling scripts #1

Closed elsie-h closed 1 year ago

elsie-h commented 1 year ago

@wjchulme please review the following:

I've made some changes to the modelling scripts to avoid hitting memory limits, please review all modelling scripts in this folder, see the project.yaml for the run order.

I've removed vax1_date + maxfup from the lastfup_date definition, as it meant that we couldn't plot brand12counts properly, here's the commit.

wjchulme commented 1 year ago

Happy with this. Hopefully it won't cause any more memory issues. There's some additional refactoring we could do to simplify for new readers (eg where is tidy_plr and what does it do? -- we could just pull all that into the main msm script). But I think this should come later.