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)
}
frbl/vars documentation built on Dec. 11, 2019, 1:16 a.m.