R/print.svarirf.R

Defines functions print.svarirf

#' @export

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

  cat("\nImpulse response coefficients\n")
  print(x$irf)
}

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.