bvar package - trying to generate and plot proper FEVDs

Hello, I am trying to generate and plot FEVDs using the bvar package.

I know the command us:

run.yoy.f <- as.data.frame(bvar_data.yoy) %>% select(c(2:4, 6:19, 21:24)) %>% 
  slice(67:134) %>% bvar(lags = 5, n_draw = 21000, n_burn = 1000, n_thin = 1,
                         priors = priors.yoy, mh = mh.yoy, verbose = TRUE)

#This is the fevd
result_fevds <- fevd(run.yoy.f )

Since the object is an bvar_fevd or an S3, how do I view the last set of estimates of the FEVD and potentially plot it?

Thank you.

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.