Description Usage Arguments Value Examples
results.table
Creates all the tables used to store the observed data and
the results/errors of the SIR/SEIR and SARIMA fits/forecasts
1 2 | results.table(state_names = NULL, state_id = NULL, cadence.names = NULL,
cadence = "month", nperiods = NULL)
|
state_names |
The full name of the states/regions |
state_id |
The abbreviation of the states/regions |
cadence.names |
An array with month or week names |
cadence |
String, the cadence of the data: month, week |
nperiods |
Integer - the number of data points in the season |
tables A list with a table for each observation/model/error measure.
1 | results.table(state_names = state_names, state_id = state_id, cadence.names = cadence.names, cadennce = cadence)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.