<?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: run regression by groups in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/run-regression-by-groups/m-p/528925#M144435</link>
    <description>I would actually turn off output. You haven't specified anything in the output to capture the output, so no output would be captured. &lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2017/02/13/run-1000-regressions.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2017/02/13/run-1000-regressions.html&lt;/A&gt;</description>
    <pubDate>Mon, 21 Jan 2019 22:28:24 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-01-21T22:28:24Z</dc:date>
    <item>
      <title>run regression by groups</title>
      <link>https://communities.sas.com/t5/SAS-Programming/run-regression-by-groups/m-p/528904#M144423</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As in my txt file, I want to regress R1 on R2 in the group of permno. And for each permno, I wanna get the coefficient of its regression. Is it possible to get a set of the coefficients corresponding to each permno? Thanks a lot!!&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 21:31:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/run-regression-by-groups/m-p/528904#M144423</guid>
      <dc:creator>ADou</dc:creator>
      <dc:date>2019-01-21T21:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: run regression by groups</title>
      <link>https://communities.sas.com/t5/SAS-Programming/run-regression-by-groups/m-p/528907#M144425</link>
      <description>Add the variable you want to have it into your BY statement? Have you tried adding a BY statement to your model?</description>
      <pubDate>Mon, 21 Jan 2019 21:32:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/run-regression-by-groups/m-p/528907#M144425</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-01-21T21:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: run regression by groups</title>
      <link>https://communities.sas.com/t5/SAS-Programming/run-regression-by-groups/m-p/528913#M144429</link>
      <description>&lt;P&gt;Yes, I tried the codes below, but my system always crash when I run this step.&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc reg data=reg;&lt;BR /&gt;model ret1=ret2;&lt;BR /&gt;by permno;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 21:39:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/run-regression-by-groups/m-p/528913#M144429</guid>
      <dc:creator>ADou</dc:creator>
      <dc:date>2019-01-21T21:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: run regression by groups</title>
      <link>https://communities.sas.com/t5/SAS-Programming/run-regression-by-groups/m-p/528914#M144430</link>
      <description>Do you get an error message of some kind? Try putting the BY statement before the MODEL, and you need to have a QUIT instead of RUN.</description>
      <pubDate>Mon, 21 Jan 2019 21:41:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/run-regression-by-groups/m-p/528914#M144430</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-01-21T21:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: run regression by groups</title>
      <link>https://communities.sas.com/t5/SAS-Programming/run-regression-by-groups/m-p/528920#M144434</link>
      <description>&lt;P&gt;I put the BY before model, but the system still crash again. And it seems it creates only the report, not a collection of the coefficients.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 22:13:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/run-regression-by-groups/m-p/528920#M144434</guid>
      <dc:creator>ADou</dc:creator>
      <dc:date>2019-01-21T22:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: run regression by groups</title>
      <link>https://communities.sas.com/t5/SAS-Programming/run-regression-by-groups/m-p/528925#M144435</link>
      <description>I would actually turn off output. You haven't specified anything in the output to capture the output, so no output would be captured. &lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2017/02/13/run-1000-regressions.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2017/02/13/run-1000-regressions.html&lt;/A&gt;</description>
      <pubDate>Mon, 21 Jan 2019 22:28:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/run-regression-by-groups/m-p/528925#M144435</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-01-21T22:28:24Z</dc:date>
    </item>
  </channel>
</rss>

