R/irf.R

#' Impulse Response Functions
#'
#' @param x A fitted object.
#' @param ... Other arguments passed to method
#'
#' @section Methods:
#' \Sexpr[stage=render,results=rd]{smgenerics:::methods_rd("irf")}
#'
#'@export
irf <- function(x, ...) {
  UseMethod("irf")
}
kvasilopoulos/smgenerics documentation built on June 30, 2019, 2:12 a.m.