An in-development R package and a Bayesian hierarchical model jointly fitting multiple "local" wastewater data streams and "global" case count data to produce nowcasts and forecasts of both observations
Thank you for your contribution @gvegayon :rocket:! Your github-pages is ready for download :point_right: here :point_left:!
(The artifact expires on 2024-11-01T16:40:16Z. You can re-generate it by re-running the workflow here.)
This pull request includes a change enhancing data validation: checks for unique site populations.
Enhancements to data validation:
site_pop
is unique per site in thevalidate_ww_conc_data
function (R/validate.R
).tests/testthat/test_preprocess_ww_data.R
).Documentation updates:
NEWS.md
to include a note about the new check for uniquesite_pop
values.Misc
dplyr::
prefix in multiple files (by @kaitejohnson):flag_ww_outliers
function inR/preprocessing.R
test_preprocess_ww_data.R
tests