<?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: Regression for several models in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Regression-for-several-models/m-p/337061#M17777</link>
    <description>&lt;P&gt;Yes! It seems like I need to use a macro procedure to deal with this problem.This note will help a lot! Thank you for help!&lt;/P&gt;</description>
    <pubDate>Wed, 01 Mar 2017 16:35:04 GMT</pubDate>
    <dc:creator>hua</dc:creator>
    <dc:date>2017-03-01T16:35:04Z</dc:date>
    <item>
      <title>Regression for several models</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Regression-for-several-models/m-p/336609#M17763</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone tell me how to do the regression of different models?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a dataset like this:&lt;/P&gt;
&lt;P&gt;id&amp;nbsp; &amp;nbsp;year &amp;nbsp;V1 &amp;nbsp;V2 &amp;nbsp;V3 &amp;nbsp;V4 &amp;nbsp;... &amp;nbsp;V30&lt;/P&gt;
&lt;P&gt;1 &amp;nbsp; 2011 &amp;nbsp;30 &amp;nbsp;20 &amp;nbsp;55 &amp;nbsp; 28 &amp;nbsp;... &amp;nbsp; 50&lt;/P&gt;
&lt;P&gt;2&lt;SPAN&gt; &amp;nbsp; 2011 &amp;nbsp;28&amp;nbsp; 12&amp;nbsp; 76&amp;nbsp; &amp;nbsp;13 &amp;nbsp;... &amp;nbsp; 35&lt;/SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3&lt;SPAN&gt; &amp;nbsp; 2011 &amp;nbsp;46&amp;nbsp; 22&amp;nbsp; 58&amp;nbsp; &amp;nbsp;12 &amp;nbsp;... &amp;nbsp;&amp;nbsp;46&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;1 &amp;nbsp; 2012&lt;/P&gt;
&lt;P&gt;2 &amp;nbsp; 2012&lt;/P&gt;
&lt;P&gt;3 &amp;nbsp; 2012&lt;/P&gt;
&lt;P&gt;1 &amp;nbsp; 2013&lt;/P&gt;
&lt;P&gt;2 &amp;nbsp; 2013&lt;/P&gt;
&lt;P&gt;3 &amp;nbsp; 2013&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to do the regression for model V1= year, V2=year,... and V30=year, and by id. And I hope&amp;nbsp;to get the slope, intercept, R2, and p-value of these 30 models.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 15:56:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Regression-for-several-models/m-p/336609#M17763</guid>
      <dc:creator>hua</dc:creator>
      <dc:date>2017-02-28T15:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Regression for several models</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Regression-for-several-models/m-p/336613#M17764</link>
      <description>&lt;P&gt;See the article &lt;A href="http://blogs.sas.com/content/iml/2017/02/13/run-1000-regressions.html" target="_self"&gt;"An easy way to run thousands of regressions in SAS" &lt;/A&gt;for an example and working code that you can use.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 16:13:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Regression-for-several-models/m-p/336613#M17764</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-02-28T16:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Regression for several models</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Regression-for-several-models/m-p/336623#M17765</link>
      <description>&lt;P&gt;Also, see the methods in &lt;A href="http://support.sas.com/kb/46847" target="_self"&gt;this note&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 16:37:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Regression-for-several-models/m-p/336623#M17765</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2017-02-28T16:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Regression for several models</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Regression-for-several-models/m-p/337058#M17776</link>
      <description>&lt;P&gt;Thank you so much! The article seems like exactly what i want to solve! I will read it to figure out this problem!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 16:32:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Regression-for-several-models/m-p/337058#M17776</guid>
      <dc:creator>hua</dc:creator>
      <dc:date>2017-03-01T16:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Regression for several models</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Regression-for-several-models/m-p/337061#M17777</link>
      <description>&lt;P&gt;Yes! It seems like I need to use a macro procedure to deal with this problem.This note will help a lot! Thank you for help!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 16:35:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Regression-for-several-models/m-p/337061#M17777</guid>
      <dc:creator>hua</dc:creator>
      <dc:date>2017-03-01T16:35:04Z</dc:date>
    </item>
  </channel>
</rss>

