suggest_sweep: Predictions from time series models

Description Usage Arguments

Description

safepredict does not support time series models. We recommend using sweep.

Usage

 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, ...)

Arguments

object

Ignored.

new_data

Ignored.

type

Ignored.

...

Ignored.


alexpghayes/safepredict documentation built on May 29, 2019, 11:02 p.m.