<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Panel VAR in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Panel-VAR/m-p/879102#M4676</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/443302"&gt;@Tunfafi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;The procedure proc panel does it support var analysis?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Without looking at the doc (the documentation might contradict me) ... I do not think so!&lt;/P&gt;
&lt;P&gt;There's also PROC CPANEL in SAS Econometrics, but it won't help you out either w.r.t. panel VAR.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/443302"&gt;@Tunfafi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;or does PROC VARMAX perform analysis for panel data?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Without looking at the doc (the documentation might contradict me) ... I do not think so!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/443302"&gt;@Tunfafi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;or do you have any general&amp;nbsp; code to estimate panel vector auto regressive model?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You could try to formulate your model as a State Space Model (PROC SSM in SAS/ETS or PROC CSSM in SAS Econometrics)&lt;/P&gt;
&lt;P&gt;See :&lt;/P&gt;
&lt;UL class="lia-list-style-type-square"&gt;
&lt;LI&gt;Estimating a VAR model with panel data&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Estimating-a-VAR-model-with-panel-data/td-p/334803" target="_blank"&gt;https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Estimating-a-VAR-model-with-panel-data/td-p/334803&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Performance Improvements in PROC CSSM for Scalable State Space Modeling&lt;BR /&gt;Started ‎09-08-2022 | Modified ‎09-08-2022 | Views 215&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/Research-and-Science-from-SAS/Performance-Improvements-in-PROC-CSSM-for-Scalable-State-Space/ta-p/832317" target="_blank"&gt;https://communities.sas.com/t5/Research-and-Science-from-SAS/Performance-Improvements-in-PROC-CSSM-for-Scalable-State-Space/ta-p/832317&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jun 2023 21:00:21 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2023-06-02T21:00:21Z</dc:date>
    <item>
      <title>Panel VAR</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Panel-VAR/m-p/879085#M4675</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am new to SAS.&lt;/P&gt;&lt;P&gt;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&amp;nbsp; code to estimate panel vector auto regressive model?&amp;nbsp;&lt;LI-MESSAGE title="Proc varmax / panel data" uid="270931" url="https://communities.sas.com/t5/SAS-Procedures/Proc-varmax-panel-data/m-p/270931#U270931" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any advice&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 17:30:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Panel-VAR/m-p/879085#M4675</guid>
      <dc:creator>Tunfafi</dc:creator>
      <dc:date>2023-06-02T17:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Panel VAR</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Panel-VAR/m-p/879102#M4676</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/443302"&gt;@Tunfafi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;The procedure proc panel does it support var analysis?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Without looking at the doc (the documentation might contradict me) ... I do not think so!&lt;/P&gt;
&lt;P&gt;There's also PROC CPANEL in SAS Econometrics, but it won't help you out either w.r.t. panel VAR.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/443302"&gt;@Tunfafi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;or does PROC VARMAX perform analysis for panel data?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Without looking at the doc (the documentation might contradict me) ... I do not think so!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/443302"&gt;@Tunfafi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;or do you have any general&amp;nbsp; code to estimate panel vector auto regressive model?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You could try to formulate your model as a State Space Model (PROC SSM in SAS/ETS or PROC CSSM in SAS Econometrics)&lt;/P&gt;
&lt;P&gt;See :&lt;/P&gt;
&lt;UL class="lia-list-style-type-square"&gt;
&lt;LI&gt;Estimating a VAR model with panel data&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Estimating-a-VAR-model-with-panel-data/td-p/334803" target="_blank"&gt;https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Estimating-a-VAR-model-with-panel-data/td-p/334803&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Performance Improvements in PROC CSSM for Scalable State Space Modeling&lt;BR /&gt;Started ‎09-08-2022 | Modified ‎09-08-2022 | Views 215&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/Research-and-Science-from-SAS/Performance-Improvements-in-PROC-CSSM-for-Scalable-State-Space/ta-p/832317" target="_blank"&gt;https://communities.sas.com/t5/Research-and-Science-from-SAS/Performance-Improvements-in-PROC-CSSM-for-Scalable-State-Space/ta-p/832317&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 21:00:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Panel-VAR/m-p/879102#M4676</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-06-02T21:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Panel VAR</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Panel-VAR/m-p/879821#M4692</link>
      <description>Thanks a lot for the quick feedback.&lt;BR /&gt;Then I will check-out these documentations</description>
      <pubDate>Thu, 08 Jun 2023 19:43:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Panel-VAR/m-p/879821#M4692</guid>
      <dc:creator>Tunfafi</dc:creator>
      <dc:date>2023-06-08T19:43:23Z</dc:date>
    </item>
  </channel>
</rss>

