View source: R/mvgam_irf-class.R
summary.mvgam_irf | R Documentation |
This function takes an mvgam_irf
object and
calculates a posterior summary of the impulse responses of each
series to shocks from each of the other series, at all horizons
## S3 method for class 'mvgam_irf'
summary(object, probs = c(0.025, 0.975), ...)
object |
an object of class |
probs |
The upper and lower percentiles to be computed by the |
... |
ignored |
A long-format tibble
/ data.frame
reporting the posterior median,
upper and lower percentiles of the impulse responses of each series to shocks
from each of the other series at all horizons.
Nicholas J Clark
irf
, plot.mvgam_irf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.