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

Change output names #86

Closed kaitejohnson closed 1 month ago

kaitejohnson commented 1 month ago

@gvegayon This makes the requested changes to the output names as discussed here https://github.com/CDCgov/ww-inference-model/pull/58#discussion_r1730411415. The issue with the fit not being recognized as CmdStanMCMC options is still persisting. I wonder if this should be fit$result? Didn't test but can!

gvegayon commented 1 month ago

R CMD check failed because I incorrectly asserted the fit object during the wwinference_fit construction. Now fixed.

kaitejohnson commented 1 month ago

Will let you merge!