<?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: Present summary table with regression results for publication in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Present-summary-table-with-regression-results-for-publication/m-p/742421#M4112</link>
    <description>&lt;P&gt;Here's some instructions and explanations on how to capture output that is shown to datasets. &lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/sastraining/2017/03/31/capturing-output-from-any-procedure-with-an-ods-output-statement/" target="_blank"&gt;https://blogs.sas.com/content/sastraining/2017/03/31/capturing-output-from-any-procedure-with-an-ods-output-statement/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You capture the data you need from the output and then have to wrangle into the desired form. This is because every journal/university/company has a different requirement for the exact output.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 May 2021 14:51:01 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2021-05-19T14:51:01Z</dc:date>
    <item>
      <title>Present summary table with regression results for publication</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Present-summary-table-with-regression-results-for-publication/m-p/742401#M4111</link>
      <description>&lt;DIV&gt;Hi,&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am currently working on a code to submit my PhD (Financial Economics), as an article, and I shall present&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;U&gt;multiple regression results in one summary table&lt;/U&gt;&lt;/STRONG&gt;.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I have 2 data sets:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;1)&amp;nbsp;&lt;/SPAN&gt;&lt;U&gt;loans awarded&lt;/U&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;and 2)&amp;nbsp;&lt;/SPAN&gt;&lt;U&gt;applications submitted&lt;/U&gt;&lt;SPAN&gt;&amp;nbsp;to a credit institution.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I run several regressions and&amp;nbsp;&lt;SPAN&gt;want to compare the results obtained&amp;nbsp;&lt;U&gt;for the same regression equation both on&lt;/U&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;U&gt;&amp;nbsp;the SET OF LOANS and on THE SET OF APPLICATIONS&lt;/U&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;I want to present&amp;nbsp;&lt;U&gt;regression results on these 2 SETS in one summary table&lt;/U&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;Question1&lt;/STRONG&gt;&lt;SPAN&gt;: Does someone have any idea how I can present both models (MODEL 1 and MODEL2) in&amp;nbsp;&lt;/SPAN&gt;&lt;U&gt;one summary table&lt;/U&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;An example follows:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;U&gt;MODEL1 (linear OLS)&lt;/U&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;proc reg data = loans;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;model outcome = a b c; run;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;On the other side I regressed the same model&amp;nbsp;&lt;U&gt;on the set of applications with&lt;/U&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;U&gt;&amp;nbsp;&lt;/U&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;U&gt;MODEL2 (linear OLS)&lt;/U&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;proc reg data = applications;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;model outcome = a b c; run;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;U&gt;MODEL3 (logit)&lt;/U&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;proc logistic data=loans;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;model dummy = a b c; run;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;STRONG&gt;Question 2&lt;/STRONG&gt;: Does someone know if/how I can introduce in this comparative table the results of a logit regression (MODEL3) on the same data sets?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;STRONG&gt;Question 3&lt;/STRONG&gt;: I want to present the regression results with the parameters organized by specific categories, and not by alphabetical order. Any idea?&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 19 May 2021 14:02:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Present-summary-table-with-regression-results-for-publication/m-p/742401#M4111</guid>
      <dc:creator>SandrineF</dc:creator>
      <dc:date>2021-05-19T14:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Present summary table with regression results for publication</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Present-summary-table-with-regression-results-for-publication/m-p/742421#M4112</link>
      <description>&lt;P&gt;Here's some instructions and explanations on how to capture output that is shown to datasets. &lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/sastraining/2017/03/31/capturing-output-from-any-procedure-with-an-ods-output-statement/" target="_blank"&gt;https://blogs.sas.com/content/sastraining/2017/03/31/capturing-output-from-any-procedure-with-an-ods-output-statement/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You capture the data you need from the output and then have to wrangle into the desired form. This is because every journal/university/company has a different requirement for the exact output.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 14:51:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Present-summary-table-with-regression-results-for-publication/m-p/742421#M4112</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-05-19T14:51:01Z</dc:date>
    </item>
  </channel>
</rss>

