R/print.svarfevd.R

Defines functions print.svarfevd

#' @export

print.svarfevd <- function(x, ...){

  cat("\nForecast error decomposition:\n")
  print(x[])
  invisible(x)
}

Try the svars package in your browser

Any scripts or data that you put into this service are public.

svars documentation built on Feb. 16, 2023, 7:52 p.m.