powered by
baseIRF(irfvec, indexlow, indexhigh, removeNeg = FALSE)
irfvec <- rnorm(128, mean=1) plot(irfvec,type="l") irfvec_corrected <- baseIRF(irfvec, 1, 10) lines(irfvec_corrected, col=2)
Run the code above in your browser using DataLab