This function allows the user to model all the combinations of xts
observations extracted using extract_xts. Because there can be many
columns in an xts_groupr object, there is the option to do model estimation in parallel.
| 1 2 | xts_to_arima_model(xts_groupr, ..., is_auto_arima = TRUE,
  parallelize = FALSE, interval = "month")
 | 
| xts_groupr | A  | 
| ... | Arguments to be passed to  | 
| is_auto_arima | A boolean value to either specify a model explicitly or
to use the  | 
| parallelize | Whether or not to use the  | 
| interval | Either "month", "week", or "day" for calculation.
Alternatively, you can provide a numeric value to be passed to
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.