Hello,
I am new to SAS.
Please How can I estimate PANEL VAR with SAS? The procedure proc panel does it support var analysis? or does PROC VARMAX perform analysis for panel data? or do you have any general code to estimate panel vector auto regressive model? Proc varmax / panel data
Thanks for any advice
@Tunfafi wrote:
The procedure proc panel does it support var analysis?
Without looking at the doc (the documentation might contradict me) ... I do not think so!
There's also PROC CPANEL in SAS Econometrics, but it won't help you out either w.r.t. panel VAR.
@Tunfafi wrote:
or does PROC VARMAX perform analysis for panel data?
Without looking at the doc (the documentation might contradict me) ... I do not think so!
@Tunfafi wrote:
or do you have any general code to estimate panel vector auto regressive model?
You could try to formulate your model as a State Space Model (PROC SSM in SAS/ETS or PROC CSSM in SAS Econometrics)
See :
Koen
@Tunfafi wrote:
The procedure proc panel does it support var analysis?
Without looking at the doc (the documentation might contradict me) ... I do not think so!
There's also PROC CPANEL in SAS Econometrics, but it won't help you out either w.r.t. panel VAR.
@Tunfafi wrote:
or does PROC VARMAX perform analysis for panel data?
Without looking at the doc (the documentation might contradict me) ... I do not think so!
@Tunfafi wrote:
or do you have any general code to estimate panel vector auto regressive model?
You could try to formulate your model as a State Space Model (PROC SSM in SAS/ETS or PROC CSSM in SAS Econometrics)
See :
Koen
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
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.