<?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: time series with proc reg in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/time-series-with-proc-reg/m-p/67840#M3285</link>
    <description>You can't do this properly with Proc Reg.  You need Proc arima to address the auto correlation between adjacent observations.</description>
    <pubDate>Fri, 20 May 2011 23:56:40 GMT</pubDate>
    <dc:creator>proctice</dc:creator>
    <dc:date>2011-05-20T23:56:40Z</dc:date>
    <item>
      <title>time series with proc reg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/time-series-with-proc-reg/m-p/67837#M3282</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I am new in time series modeling.&lt;BR /&gt;
&lt;BR /&gt;
Unfortunately I don't have proc autoreg and I am trying to fit a time series with proc reg.&lt;BR /&gt;
&lt;BR /&gt;
In my model I am using lag of the dependent and some other x's.&lt;BR /&gt;
The is no collinearity, dw=1.8 but I still feel that I need to improve the model because the RMSE in my validation is a bit high. &lt;BR /&gt;
&lt;BR /&gt;
1) I want to add another lag of y, so I will have &lt;BR /&gt;
&lt;BR /&gt;
y= B0 +B1lag1(y) + B2 lag2(y) +B3X1 +B4X2&lt;BR /&gt;
&lt;BR /&gt;
What about the Problem of multicolinearity in this case? between lag1(y)  and &lt;BR /&gt;
lag2(y) ? should I be concerned about that? What should I look for in that case.&lt;BR /&gt;
&lt;BR /&gt;
2) Also,  I use durbin watson because in proc reg the godfrey test is not available, someone have a code that imitate the godfrey test? or can pinpoint another way to check autocorellation without proc autoreg because i don't have it in my package.&lt;BR /&gt;
&lt;BR /&gt;
Hope I will get some answers &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Fri, 20 May 2011 15:53:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/time-series-with-proc-reg/m-p/67837#M3282</guid>
      <dc:creator>sasuser1000</dc:creator>
      <dc:date>2011-05-20T15:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: time series with proc reg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/time-series-with-proc-reg/m-p/67838#M3283</link>
      <description>Hello SASUser1000,&lt;BR /&gt;
&lt;BR /&gt;
"What about the Problem of multicolinearity in this case? between lag1(y) and &lt;BR /&gt;
lag2(y) ? should I be concerned about that? What should I look for in that case"&lt;BR /&gt;
&lt;BR /&gt;
proc REG has special options to test collinearity, see "Collinearity Diagnostics" topic in SAS help for proc REG.&lt;BR /&gt;
&lt;BR /&gt;
model y=lag1y+lag2y+X1+X2/ tol vif collin;&lt;BR /&gt;
&lt;BR /&gt;
switches on the diagnostics.&lt;BR /&gt;
&lt;BR /&gt;
Sincerely, &lt;BR /&gt;
SPR</description>
      <pubDate>Fri, 20 May 2011 16:36:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/time-series-with-proc-reg/m-p/67838#M3283</guid>
      <dc:creator>SPR</dc:creator>
      <dc:date>2011-05-20T16:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: time series with proc reg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/time-series-with-proc-reg/m-p/67839#M3284</link>
      <description>Hi SPR,&lt;BR /&gt;
&lt;BR /&gt;
I know about VIF, I just wanted to know how to deal with the multicollinearity between two lag of y lag1 and lag2? What can I do to reduce the multicollinearity in this case, because the multicolinearity between 2 lags of Y will always be there. How to correct for it?&lt;BR /&gt;
&lt;BR /&gt;
Best,&lt;BR /&gt;
Shira</description>
      <pubDate>Fri, 20 May 2011 16:50:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/time-series-with-proc-reg/m-p/67839#M3284</guid>
      <dc:creator>sasuser1000</dc:creator>
      <dc:date>2011-05-20T16:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: time series with proc reg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/time-series-with-proc-reg/m-p/67840#M3285</link>
      <description>You can't do this properly with Proc Reg.  You need Proc arima to address the auto correlation between adjacent observations.</description>
      <pubDate>Fri, 20 May 2011 23:56:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/time-series-with-proc-reg/m-p/67840#M3285</guid>
      <dc:creator>proctice</dc:creator>
      <dc:date>2011-05-20T23:56:40Z</dc:date>
    </item>
  </channel>
</rss>

