predict.ARmdl | R Documentation |
ARmdl
objectThis is a method for the function predict()
for objects of the class ARmdl
.
## S3 method for class 'ARmdl'
predict(object, ..., h = 10)
object |
a model object for which prediction is desired. |
... |
additional arguments affecting the predictions produced. |
h |
max number of prediction periods |
a (h x q)
matrix with predicted value values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.