<?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 proc logistics all statistic result into dataset in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/proc-logistics-all-statistic-result-into-dataset/m-p/353906#M18526</link>
    <description>&lt;P&gt;Lot of statistics are produced when we run proc logistics like chisq, odds ratio, log likelyhood, aic, wald test, etc. How to store all of them in a dataset so that I can compare various iterations from the same dataset rather than storing the individual result in pdf?&lt;/P&gt;</description>
    <pubDate>Wed, 26 Apr 2017 21:24:35 GMT</pubDate>
    <dc:creator>arindam1984</dc:creator>
    <dc:date>2017-04-26T21:24:35Z</dc:date>
    <item>
      <title>proc logistics all statistic result into dataset</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-logistics-all-statistic-result-into-dataset/m-p/353906#M18526</link>
      <description>&lt;P&gt;Lot of statistics are produced when we run proc logistics like chisq, odds ratio, log likelyhood, aic, wald test, etc. How to store all of them in a dataset so that I can compare various iterations from the same dataset rather than storing the individual result in pdf?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 21:24:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-logistics-all-statistic-result-into-dataset/m-p/353906#M18526</guid>
      <dc:creator>arindam1984</dc:creator>
      <dc:date>2017-04-26T21:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: proc logistics all statistic result into dataset</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-logistics-all-statistic-result-into-dataset/m-p/353910#M18527</link>
      <description>&lt;P&gt;Send output results to datasets with&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS OUTPUT tableName=MyTable;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;where tableName is given in the ODS Table Names page of the Details section in the procedure documentation. You can also get the predefined table names by switching&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods trace on;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;before calling the procedure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 00:50:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-logistics-all-statistic-result-into-dataset/m-p/353910#M18527</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-04-27T00:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: proc logistics all statistic result into dataset</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-logistics-all-statistic-result-into-dataset/m-p/353946#M18528</link>
      <description>To expand on PGStat's reply, see &lt;A href="http://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html" target="_blank"&gt;http://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html&lt;/A&gt;</description>
      <pubDate>Thu, 27 Apr 2017 00:17:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-logistics-all-statistic-result-into-dataset/m-p/353946#M18528</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-04-27T00:17:54Z</dc:date>
    </item>
  </channel>
</rss>

