R/irf.R

"irf" <-
function(x, impulse=NULL, response=NULL, n.ahead=10, ortho=TRUE, cumulative=FALSE, boot=TRUE, ci=0.95, runs=100, seed=NULL, ...){
  UseMethod("irf", x)
}
cheaton/vars2 documentation built on May 29, 2019, 3:04 a.m.