I am interested in analyzing the generalized impulse response functions with Proc VARMAX. However, I am not sure how to program this with the Proc VAXMAX since none of the examples outlined in SAS indicated 'generalized'. I was wondering if someone would kindly help me with the program. Thanks.
Mahmud Mansaray
Hello Mahmud,
If by "generalized impulse response functions" you are referring to the methodology proposed by Pesaran and Shin (1998), then this functionality is under consideration for implementation in PROC VARMAX in a future release of the software. If the Pesaran and Shin reference is not the correct reference which describes the methodology of interest to you, then please provide additional details regarding your desired analysis.
I hope this helps!
DW
Indeed, I was referring to the methodology proposed by Pesaran and Shin (1998). Well in the absence of this methodology, which you rightly explained, do you think this alternative would work?
proc varmax data=grunfeld plot=impulse; model y1-y3 = x1 x2 / p=1 lagmax=5 printform=univariate print=(impulsx=(all) estimates);
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.
Find more tutorials on the SAS Users YouTube channel.