<?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: Proc GLM only show fit statistics in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-GLM-only-show-fit-statistics/m-p/325775#M62272</link>
    <description>&lt;P&gt;ods select fitstatistics;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jan 2017 19:21:22 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2017-01-18T19:21:22Z</dc:date>
    <item>
      <title>Proc GLM only show fit statistics</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-GLM-only-show-fit-statistics/m-p/325773#M62271</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to output to the results window only the fi statistics for proc glm. The only thing I have been able to do is suppress the output with ods close and output the fit statistics to a data set, but I want to see the results because eventually I would like the results to be put into excel with ods excel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My code for what I have tried so far is as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc glm data=temp.data_set;&lt;/P&gt;
&lt;P&gt;class var1 (ref="1");&lt;/P&gt;
&lt;P&gt;model dep_var=var1 var2 / solution;&lt;/P&gt;
&lt;P&gt;ods output fitstatistics=test2;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This outputs it to a dataset, but I'd rather have the results window just show the fit statistics. Any help would be great.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank You.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 19:13:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-GLM-only-show-fit-statistics/m-p/325773#M62271</guid>
      <dc:creator>jacob_klimek</dc:creator>
      <dc:date>2017-01-18T19:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GLM only show fit statistics</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-GLM-only-show-fit-statistics/m-p/325775#M62272</link>
      <description>&lt;P&gt;ods select fitstatistics;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 19:21:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-GLM-only-show-fit-statistics/m-p/325775#M62272</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2017-01-18T19:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GLM only show fit statistics</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-GLM-only-show-fit-statistics/m-p/325778#M62273</link>
      <description>&lt;P&gt;Wow, huge mental lapse. Thank You.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 19:26:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-GLM-only-show-fit-statistics/m-p/325778#M62273</guid>
      <dc:creator>jacob_klimek</dc:creator>
      <dc:date>2017-01-18T19:26:04Z</dc:date>
    </item>
  </channel>
</rss>

