BookmarkSubscribeRSS Feed
mmansaray
Calcite | Level 5

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

2 REPLIES 2
dw_sas
SAS Employee

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

mmansaray
Calcite | Level 5

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);

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

Multiple Linear Regression in SAS

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.

Discussion stats
  • 2 replies
  • 938 views
  • 0 likes
  • 2 in conversation