cmu-delphi / epiforecast-R

R package to implement and visualize several epidemiological forecasting methods.
GNU General Public License v2.0
21 stars 5 forks source link

print not written for -- twkde.markovian #2

Closed siddharthgarg89 closed 4 years ago

siddharthgarg89 commented 4 years ago

Hello Delphi Team,

I was trying to use the function twde.markovian in the epiforecast package to predict and subsequently the flu predictions in RStudio. However, this function does not have the print capabilities yet. The error message while trying to do so is - Error in print.sim(x) : print not written for -- twkde.markovian -- yet!

Although, the plot function works well for plotting the flu trajectory. Could you please add the print capabilities to the package?

brookslogan commented 4 years ago

Sure! Thanks for pointing this out. This issue should be addressed by commit b9ef9111395ca35e52cc1d73b0aab273a25640ca.

siddharthgarg89 commented 4 years ago

This is working now, Logan. Thank you so much! :)