results.table: Create a List of Tables for Observations and Results

Description Usage Arguments Value Examples

View source: R/tables_fxns.R

Description

results.table Creates all the tables used to store the observed data and the results/errors of the SIR/SEIR and SARIMA fits/forecasts

Usage

1
2
results.table(state_names = NULL, state_id = NULL, cadence.names = NULL,
  cadence = "month", nperiods = NULL)

Arguments

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

Value

tables A list with a table for each observation/model/error measure.

Examples

1
results.table(state_names = state_names, state_id = state_id, cadence.names = cadence.names, cadennce = cadence)

predsci/DICE documentation built on Aug. 9, 2019, 9:41 a.m.