Description Usage Arguments Value Examples
fitSARIMASD
fits the model data with a SARIMA model (either chosen by the user or using auto.arima)
and calls the plotting function
1 2 |
mydata |
- dataframe with all the data for this DICE run |
all_years_epi |
the epi data for SD county all years |
arima_model |
List of ARIMA model parameters: list(p=, d=, q=, P=, D, Q=) can be set to NULL to trigger the |
auto_arima_model |
A list of upper limit values for the ARIMA parameters. This list is created by the
|
device |
- 'pdf' or 'png'. Default is 'png'
|
A list of tables with the results for the model region
1 2 | fitSARIMASD((mydata = mydata, all_years_epi = all_years_epi, arima_model = arima_model,
auto_arima_model = NULL, covar = covar, covar_lag = covar_lag, run.list = run.list)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.