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

Extra columns in wastewater data throws an error #102

Closed kaitejohnson closed 2 months ago

kaitejohnson commented 2 months ago

Problem

If there are additional metadata columns in the wastewater dataset, this causes an error. Instead, there should be something internally that filters to only the required columns. We can eventually show an example in the pipeline of how the additional metadata (e.g. location) would be joined back to the data.

Requirements

Context

kaitejohnson commented 2 months ago

Closed with #128