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
16 stars 2 forks source link

Add validation and checks for all input data #4

Closed kaitejohnson closed 2 months ago

kaitejohnson commented 3 months ago

Goal

Want to make sure that the input data that a user provides for hospital admissions and wastewater datasets meets requirements needed for the model functions to work correctly. If not, we want to provide them with coherent error messaging to tell them how to modify it.

Requirements