| predict.fit {RGAP} | R Documentation | 
Predictions
Description
Computes predictions for an object of class NAWRUfit, TFPfit, or 
KuttnerFit estimated via MLE or Bayesian methods (objects of class fit).
Usage
## S3 method for class 'fit'
predict(object, n.ahead = 10, exogenous = "mean", returnFit = TRUE, ...)
Arguments
object | 
 An object of class   | 
n.ahead | 
 An integer specifying the prediction horizon.  | 
exogenous | 
 A character string specifying the computation of exogenous variables 
included in the model (if applicable). Valid options are   | 
returnFit | 
 A logical. If   | 
... | 
 Ignored.  | 
Value
The fitted object with an updated time series list tsl. If 
returnFit = FALSE, only the updated time series list is returned.
[Package RGAP version 0.1.1 Index]