<?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: proc ARIMA in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/proc-ARIMA/m-p/901536#M4743</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/60547"&gt;@sbxkoenk&lt;/a&gt;&amp;nbsp;Yes It is.&lt;/P&gt;</description>
    <pubDate>Sat, 04 Nov 2023 06:53:06 GMT</pubDate>
    <dc:creator>Golf</dc:creator>
    <dc:date>2023-11-04T06:53:06Z</dc:date>
    <item>
      <title>proc ARIMA</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/proc-ARIMA/m-p/901221#M4741</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;I'm looking for help with the correct code to run the following model using "proc ARIMA":&lt;/P&gt;
&lt;P&gt;dy = a0 + a1*trend + a2*coint(-1) + b1*dy(-1) + b2*dy(-2) +....+b5*dy(-5) + c1*dx(-1) + c2*dx(-2) + .... +c5*dx(-5) +error&lt;/P&gt;
&lt;P&gt;In this model, dy is the first difference of y, dy(-1) represents the 1 period lag of dy, and dy(-5) represents the 5 period lag of dy. I generated the dy and dx variables from dif(y) and dif(x), respectively.&lt;/P&gt;
&lt;P&gt;Additionally, I'm wondering if the backward selection can be applied to the lag of dy(-1) through dy(-5), dx(-1) through dx(-5).&lt;/P&gt;
&lt;P&gt;Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 12:20:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/proc-ARIMA/m-p/901221#M4741</guid>
      <dc:creator>Golf</dc:creator>
      <dc:date>2023-11-02T12:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: proc ARIMA</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/proc-ARIMA/m-p/901438#M4742</link>
      <description>&lt;P&gt;I moved this post to a more appropriate board:&lt;BR /&gt;SAS Support Communities &amp;gt; Analytics and Statistics &amp;gt; SAS Forecasting and Econometrics&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;coint(-1)&lt;/STRONG&gt;?&lt;BR /&gt;An element from a cointegrating vector (cointegration)?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR, Koen&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 16:32:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/proc-ARIMA/m-p/901438#M4742</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-11-03T16:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: proc ARIMA</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/proc-ARIMA/m-p/901536#M4743</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/60547"&gt;@sbxkoenk&lt;/a&gt;&amp;nbsp;Yes It is.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Nov 2023 06:53:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/proc-ARIMA/m-p/901536#M4743</guid>
      <dc:creator>Golf</dc:creator>
      <dc:date>2023-11-04T06:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: proc ARIMA</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/proc-ARIMA/m-p/901546#M4744</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would first test for&amp;nbsp;&lt;SPAN&gt;cointegration&amp;nbsp;using PROC VARMAX.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;VARMAX =&amp;nbsp;&lt;/SPAN&gt;&lt;U&gt;&lt;STRONG&gt;V&lt;/STRONG&gt;&lt;/U&gt;ector &lt;U&gt;&lt;STRONG&gt;A&lt;/STRONG&gt;&lt;/U&gt;uto&lt;STRONG&gt;&lt;U&gt;R&lt;/U&gt;&lt;/STRONG&gt;egression &lt;STRONG&gt;&lt;U&gt;M&lt;/U&gt;&lt;/STRONG&gt;oving-&lt;STRONG&gt;&lt;U&gt;A&lt;/U&gt;&lt;/STRONG&gt;verage with E&lt;STRONG&gt;&lt;U&gt;X&lt;/U&gt;&lt;/STRONG&gt;ogenous Regressors&lt;/P&gt;
&lt;UL class="lia-list-style-type-square"&gt;
&lt;LI&gt;SAS/ETS 15.3 User's Guide&lt;BR /&gt;The VARMAX Procedure&lt;BR /&gt;MODEL Statement&lt;BR /&gt;Cointegration Related Options&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/etsug/etsug_varmax_syntax12.htm#etsug_varmax004693" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/etsug/etsug_varmax_syntax12.htm#etsug_varmax004693&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;SAS/ETS 15.3 User's Guide&lt;BR /&gt;The VARMAX Procedure&lt;BR /&gt;Cointegration&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/etsug/etsug_varmax_details46.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/etsug/etsug_varmax_details46.htm&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Examples of usage:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;model y1 y2 / p=2 cointtest=(johansen=(iorder=2 normalize=y1));
model y1 y2 / p=2 cointtest=(sw siglevel=0.1);
model y1 y2 / p=2 cointtest=(sw=(type=kernel lag=3));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;BR, Koen&lt;/P&gt;</description>
      <pubDate>Sat, 04 Nov 2023 11:57:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/proc-ARIMA/m-p/901546#M4744</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-11-04T11:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: proc ARIMA</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/proc-ARIMA/m-p/901550#M4745</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/60547"&gt;@sbxkoenk&lt;/a&gt;&amp;nbsp;Thank You.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Nov 2023 13:20:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/proc-ARIMA/m-p/901550#M4745</guid>
      <dc:creator>Golf</dc:creator>
      <dc:date>2023-11-04T13:20:12Z</dc:date>
    </item>
  </channel>
</rss>

