whocov / trend_analysis_public

Public version of the trend analysis infrastructure
https://asmodee-infrastructure-handbook.netlify.app/
Other
2 stars 3 forks source link

Fixes issue 22 #24

Closed thibautjombart closed 3 years ago

thibautjombart commented 3 years ago

This should help address issue https://github.com/whocov/trend_analysis_public/issues/22 adding the following to thedf_dynamics data.frame:

Work left over will be to add this information to the ELR review script.

henryls1 commented 3 years ago

Suggesting using the test_positivity_rate field in all_dat$testing_data2 (in assemble_data.Rmd) for outputting tpr - this is to deal with the issue of inconsistent reporting windows for testing data (weekly vs daily for some countries)

thibautjombart commented 3 years ago

Thanks for the reviews. @henryls1 can you check if the current solution is satisfying? Not using all_dat$testing_data2 as it is not currently exported due to the different logics daily /vs/ weekly data.