<?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: How to combine all intercepts from 30+ regression models into a single dataset/table? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-combine-all-intercepts-from-30-regression-models-into-a/m-p/713872#M220309</link>
    <description>&lt;P&gt;Yes, if you used a BY statement in your code, then all the intercepts ought to be placed in a single output file. But to give you exact code to do this, we need to see what code you are using.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jan 2021 11:43:21 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2021-01-25T11:43:21Z</dc:date>
    <item>
      <title>How to combine all intercepts from 30+ regression models into a single dataset/table?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-combine-all-intercepts-from-30-regression-models-into-a/m-p/713839#M220298</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently working on multiple CAPM models and i have to calculate the returns for each of the stock by using the intercept result from each regression output. Is SAS able to output a new dataset that summarizes only intercept results from the regression output? If so, what is the code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for all the help rendered.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 07:58:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-combine-all-intercepts-from-30-regression-models-into-a/m-p/713839#M220298</guid>
      <dc:creator>igsteo</dc:creator>
      <dc:date>2021-01-25T07:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine all intercepts from 30+ regression models into a single dataset/table?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-combine-all-intercepts-from-30-regression-models-into-a/m-p/713841#M220299</link>
      <description>&lt;P&gt;Show us your current code.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 08:00:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-combine-all-intercepts-from-30-regression-models-into-a/m-p/713841#M220299</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2021-01-25T08:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine all intercepts from 30+ regression models into a single dataset/table?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-combine-all-intercepts-from-30-regression-models-into-a/m-p/713872#M220309</link>
      <description>&lt;P&gt;Yes, if you used a BY statement in your code, then all the intercepts ought to be placed in a single output file. But to give you exact code to do this, we need to see what code you are using.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 11:43:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-combine-all-intercepts-from-30-regression-models-into-a/m-p/713872#M220309</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-01-25T11:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine all intercepts from 30+ regression models into a single dataset/table?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-combine-all-intercepts-from-30-regression-models-into-a/m-p/713873#M220310</link>
      <description>Using option PROC REG + OUTEST= get these estimator,&lt;BR /&gt;And use PROC APPEND to combine all these estimator.</description>
      <pubDate>Mon, 25 Jan 2021 11:47:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-combine-all-intercepts-from-30-regression-models-into-a/m-p/713873#M220310</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-01-25T11:47:29Z</dc:date>
    </item>
  </channel>
</rss>

