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

Suppress stan warnings and print warning within `wwinference()` if convergence diagnostics fail? #214

Open kaitejohnson opened 1 day ago

kaitejohnson commented 1 day ago

Goal

@arranhamlet makes a good point that all the stan warnings might be alarming to users, and also might just be information overload that would swamp out the more meaningful diagnostic flags we have set up in model_diagnostics()

Potential solution:

Curious others thoughts on this @dylanhmorris @gvegayon @seabbs