R/irf.R

#' Impulse Response Function
#'  
#' A generic function used to calculate impulse response functions.
#' 
#' @param x an object of class \code{"bvar"}.
#' @param ... arguments passed forward to method.
#' 
#' @export
irf <- function (x, ...) {
 UseMethod("irf")
}

Try the bvartools package in your browser

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

bvartools documentation built on Aug. 31, 2023, 1:09 a.m.