pandemicStats-objects: pandemicStats objects: 95% Credible Interval predictions from...

pandemicStats-objectsR Documentation

pandemicStats objects: 95% Credible Interval predictions from PandemicLP model

Description

The pandemic_stats function returns an object of S3 class pandemicStats in a list format containing the components described below.

Elements for pandemicStats objects

data

A 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_predict

A data frame with a 95% credible interval for the short-term prediction of cumulative cases.

LT_predict

A data frame with a 95% credible interval for the long-term prediction of new cases.

LT_summary

A list with a 95% credible interval for the predicted total number of cases, peak and end dates of the pandemic.

mu

A 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.


PandemicLP documentation built on March 18, 2022, 6:22 p.m.