predict.VARmdl {MSTest} | R Documentation |
Predict for a VARmdl
object
Description
This is a method for the function predict()
for objects of the class VARmdl
.
Usage
## S3 method for class 'VARmdl'
predict(object, ..., h = 10)
Arguments
object |
a model object for which prediction is desired. |
... |
additional arguments affecting the predictions produced. |
h |
max number of prediction periods |
Value
a (h x q)
matrix with predicted value values.
[Package MSTest version 0.1.5 Index]