The pandemic_stats function returns an object of S3 class
pandemicStats in a list format containing the components described below.
dataA list containing a data frame with the pandemic data observed, a string with the location name, and a string indicating whether the cases predicted are confirmed cases or deaths.
ST_predictA data frame with a 95% credible interval for the short-term prediction of cumulative cases.
LT_predictA data frame with a 95% credible interval for the long-term prediction of new cases.
LT_summaryA list with a 95% credible interval for the predicted total number of cases, peak and end dates of the pandemic.
muA data frame with the median value of the mean number of new cases for each day. Starting from the first day of the pandemic to the last day of the long-term horizon.