Dear Tom,
in the command below, the graphs of each impulse response function are generated only for the first date, this: 2000:1 (impdates = ||2000:1,2002:02,2008:1,2015:01||). How to get the others?
smpl 1 nstep
do j=1,nvar
if commonscale==1
{
graph(ticks,min=minlower,max=maxupper,number=0) 3 j i
# resp(j)
# upper(j) / 2
# lower(j) / 2
}
else
{
graph(ticks,number=0) 3 j i
# resp(j)
# upper(j) / 2
# lower(j) / 2
}
end do j
end do i
*
*
spgraph(done)
end do count
TVP-VAR related issues
Questions and discussions on Vector Autoregressions
Return to “VARs (Vector Autoregression Models)”
Jump to
- News and Announcements
- ↳ Forum Announcements
- ↳ RATS Product Announcements
- ↳ Newsletters
- Courses and Seminars
- ↳ Course Announcements
- ↳ ARCH GARCH and Volatility
- ↳ RATS Programming Manual
- Procedures, Examples, and Sample Code
- ↳ RATS Procedures
- ↳ Examples and Sample Code
- ↳ Looking for Code?
- General RATS Discussions
- ↳ Data: Reading, Writing, Transforming
- ↳ Graphics, Reports, and Other Output
- ↳ Help With Programming
- ↳ Other RATS Usage Questions
- ↳ RATS for Teachers & Students
- ↳ Tips and Tricks
- ↳ Suggestion Box
- Econometrics Issues
- ↳ VARs (Vector Autoregression Models)
- ↳ ARCH and GARCH Models
- ↳ State Space Models/DSGE
- ↳ Structural Breaks and Switching Models
- ↳ Panel Data
- ↳ Other Time Series Analysis
- ↳ General Econometrics
- CATS (Cointegration Analysis)
- ↳ CATS News and Announcements
- ↳ CATS Questions