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

Expect log(conc) values instead of natural scale concentration values #121

Closed kaitejohnson closed 1 month ago

kaitejohnson commented 1 month ago

Goal

Initially thought passing in natural scale would be easiest, but realizing with #97 and handling of the LOD, that we want to provide helper functions that show the user how to replace any censored data to a value below the LOD to pass into the model. Makes sense to then put this in log scale because you wont have errors if they put 0. Also makes sense because the default figures present the data in log scale

Requirements

For a subsequent PR: