| predict.dsge_fit | R Documentation |
Computes one-step-ahead predictions or filtered state estimates from a fitted DSGE model.
## S3 method for class 'dsge_fit'
predict(
object,
type = c("observed", "state"),
method = c("onestep", "filter"),
newdata = NULL,
...
)
object |
A |
type |
Character. |
method |
Character. |
newdata |
Optional new data for prediction. If |
... |
Additional arguments (currently unused). |
A matrix of predictions or state estimates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.