Skip to contents

wwinference 0.0.1 (dev)

This is the first major release, focused on providing an initial version of the package. Note the package is still flagged as in development, though the authors plan on using it for production work in the coming weeks. As it’s written, the package is intended to allow users to do the following:

  • Provide basic functionality to fit the wastewater-informed model to an example fitting COVID-19 hospital admissions and wastewater from a few sites (#5)
  • Performs basic post-processing and plotting of data and modeled outputs, including calibrated, nowcasted, and forecasted count data (in the example, hospital admissions), wastewater concentrations, global R(t) estimates and subpopulation-level R(t) estimates
  • Provide an example in the vignette to fit the model to only the hospital admissions (#24)
  • Validate input data validation with informative error messaging (#37, #54)
  • Provide a wrapper function to generate forward simulated data with user-specified variables. It calls a number of functions to perform specific model components (#27)
  • Contains S3 class methods applied to the output of the main model wrapper function, the wwinference_fit class object (#58).
  • Wastewater concentration data is expected to be in log scale (#122).