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

Better documentation around modifying fitting specifications #90

Open kaitejohnson opened 2 months ago

kaitejohnson commented 2 months ago

Goal

In the current vignette, we use the default MCMC options by calling get_mcmc_options(). Either in the getting started vignette or in a separate vignette focused on troubleshooting convergence diagnostics, we can provide some suggestions for how to configure these options for testing vs production

Context