RodrigoZepeda / diseasenowcasting

Package for nowcasting the number of cases of an infectious disease when test results are lagged
https://rodrigozepeda.github.io/diseasenowcasting/
Other
2 stars 0 forks source link

Change return of the nowcast #19

Closed RodrigoZepeda closed 1 month ago

RodrigoZepeda commented 2 months ago

Should return a list of:

  1. A dataframe with the simulations,
  2. Return estimates of everything if user wants.
  3. The original data itself.
  4. The parameters of the model.
RodrigoZepeda commented 1 month ago

This has been solved by #35