predict.bayesVAR | R Documentation |
Posterior predictive distributions from Bayesian VAR model sampling posterior predictive distributions from the Bayesian VAR model
## S3 method for class 'bayesVAR'
predict(object, newdata, condition, type = c("unconditional", "conditional"))
object |
Bayesian VAR model |
newdata |
a data of xts class, exogenous variables for the prediction period |
condition |
a data of xts class, endogenous variables to be conditioned |
type |
plotting for goodness-of-fitted or forecasting |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.