CDCgov / ww-inference-model

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
https://cdcgov.github.io/ww-inference-model/
Apache License 2.0
17 stars 2 forks source link

Issue 184: Add outputs to `generate_simulated_data()` fxn and package data #220

Closed kaitejohnson closed 3 weeks ago

kaitejohnson commented 1 month ago

This PR closes #184. It adds the following outputs to the generate_simulated_data() function.

  1. Wastewater data beyond the forecast period (called ww_data_eval)
  2. Subpopulation level count data

Goal of including these outputs is to compare performance of forecasts at the subpopulation level (of both sets of observations).

Some open questions:

github-actions[bot] commented 1 month ago

Thank you for your contribution, @dylanhmorris :rocket:! Your page is ready to preview here

github-actions[bot] commented 4 weeks ago

Thank you for your contribution @kaitejohnson :rocket:! Your github-pages is ready for download :point_right: here :point_left:! (The artifact expires on 2024-11-07T01:26:31Z. You can re-generate it by re-running the workflow here.)

kaitejohnson commented 3 weeks ago

Pending CI passes this is ready for re-review