| pandemicPredicted-objects | R Documentation |
The PandemicLP prediction function returns an object of S3 class
pandemicPredicted, which is a list containing the components described below.
pandemicPredicted objectspredictive_LongThe full sample of the predictive distribution for the long-term prediction. The prediction is for daily new cases.
predictive_ShortThe full sample of the predictive distribution for the short-term prediction. The prediction is for daily cumulative cases.
dataThe data passed on from the pandemicEstimated-objects under the element Y$data.
locationA string with the name of the location.
cases_typeA string with either "confirmed" or "deaths" to represent the type of data that has been fitted and predicted.
pastMuThe fitted means of the data for the observed data points.
futMuThe predicted means of the data for the predicted data points.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.