safepredict does not support time series models. We recommend using
sweep.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | suggest_sweep(object, new_data, type, ...)
## S3 method for class 'ar'
safe_predict(object, new_data, type, ...)
## S3 method for class 'Arima'
safe_predict(object, new_data, type, ...)
## S3 method for class 'Arima0'
safe_predict(object, new_data, type, ...)
## S3 method for class 'HoltWinters'
safe_predict(object, new_data, type, ...)
## S3 method for class 'StructTS'
safe_predict(object, new_data, type, ...)
 | 
| object | Ignored. | 
| new_data | Ignored. | 
| type | Ignored. | 
| ... | Ignored. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.