predict.gstar {gstar} | R Documentation |
Predicting the gstar object
Description
Predicted values based on gstar object object
Usage
## S3 method for class 'gstar'
predict(object, n = NULL, ...)
Arguments
object |
an object of class "gstar". |
n |
The number of steps ahead for which prediction is required. |
... |
further arguments passed to or from other methods. |
[Package gstar version 0.1.0 Index]