predictBayes {RGAP} | R Documentation |
Predictions for Bayesian estimation
Description
Computes predictions for an object of class NAWRUfit, TFPfit
estimated via Bayesian methods.
Usage
predictBayes(fit, n.ahead = 10, exogenous = "mean", returnFit = TRUE)
Arguments
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 |
[Package RGAP version 0.1.1 Index]