<?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 use of the ods system in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/use-of-the-ods-system/m-p/534616#M73889</link>
    <description>&lt;P&gt;&lt;EM&gt;HI, I am trying to retrieve some statistics parameters from the PROC GLM procedure using the ods system. However, I cannot retrieve the coefficient of variation from the ANOVA. I tried the Fitstatistics table but it is not there. If anybody could help my in identifying the table from where to pull out the CV I will appreciate it.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Fernando&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Feb 2019 21:11:07 GMT</pubDate>
    <dc:creator>Fergui</dc:creator>
    <dc:date>2019-02-11T21:11:07Z</dc:date>
    <item>
      <title>use of the ods system</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/use-of-the-ods-system/m-p/534616#M73889</link>
      <description>&lt;P&gt;&lt;EM&gt;HI, I am trying to retrieve some statistics parameters from the PROC GLM procedure using the ods system. However, I cannot retrieve the coefficient of variation from the ANOVA. I tried the Fitstatistics table but it is not there. If anybody could help my in identifying the table from where to pull out the CV I will appreciate it.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Fernando&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 21:11:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/use-of-the-ods-system/m-p/534616#M73889</guid>
      <dc:creator>Fergui</dc:creator>
      <dc:date>2019-02-11T21:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: use of the ods system</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/use-of-the-ods-system/m-p/534622#M73890</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods output fitstatistics=fitstats;
proc glm data=sashelp.class;
    class age sex;
    model height=age|sex;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 11 Feb 2019 21:18:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/use-of-the-ods-system/m-p/534622#M73890</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-02-11T21:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: use of the ods system</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/use-of-the-ods-system/m-p/535877#M73936</link>
      <description>&lt;P&gt;Thank you for sending this Paige. It helped.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 15:52:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/use-of-the-ods-system/m-p/535877#M73936</guid>
      <dc:creator>Fergui</dc:creator>
      <dc:date>2019-02-15T15:52:38Z</dc:date>
    </item>
  </channel>
</rss>

