Description Usage Arguments Value Examples
fitSARIMA
fits the model and fit level regions with a SARIMA model (either chosen by the user or using auto.arima)
and calls the plotting function
The model level is fitted both directly and as the weighted average of the fit level regions
1 2 |
mydata |
- dataframe with all the data for this DICE run |
all_years_epi |
the epi data for 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 (direct and aggregate) and fit regions
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.