<?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: Model fit statistics are not shown in SAS 9.4 in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Model-fit-statistics-are-not-shown-in-SAS-9-4/m-p/813282#M34108</link>
    <description>&lt;P&gt;In every SAS Interface, all data are sent to the display. So if you are not seeing all the tables, it is because some code statement or option is suppressing it. Look at the program or the log to see whether there is an ODS SELECT or ODS EXCLUDE statement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 13 May 2022 18:27:13 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2022-05-13T18:27:13Z</dc:date>
    <item>
      <title>Model fit statistics are not shown in SAS 9.4</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Model-fit-statistics-are-not-shown-in-SAS-9-4/m-p/813141#M34098</link>
      <description>&lt;P&gt;Dear SAS users,&lt;/P&gt;&lt;P&gt;I am new to SAS 9.4 Windows distribution; I used to work in SAS for Academics on server. The interface of 9.4 is slightly different, and I am still figuring out how it works. So, I apologize for a very basic question.&lt;/P&gt;&lt;P&gt;If I run a mixed model in SAS 9.4 the output table is send to html viewer, but there is only table of multiple comparisons that I requested while I want to see the whole modelling output (Type 3 table, model fit statistics, convergence information). I cannot find this information anywhere. Do I need to change output setting to view the full output?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 08:30:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Model-fit-statistics-are-not-shown-in-SAS-9-4/m-p/813141#M34098</guid>
      <dc:creator>marina_esp</dc:creator>
      <dc:date>2022-05-13T08:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Model fit statistics are not shown in SAS 9.4</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Model-fit-statistics-are-not-shown-in-SAS-9-4/m-p/813165#M34100</link>
      <description>&lt;P&gt;Large economy sized hint: Include example code, or if using wizards the code generated, to show what you have done.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is more than one "mixed model" procedure so the specific procedure is needed. When you provide the code, and better include some data in the form of a data step that we can run the code with,&amp;nbsp; then we see exactly which options you have used and can suggest which ones to add. Example code also shortens the question and answer cycle of "did you try this" questions. Copy your code from the editor or log and on the forum open a text box with the &amp;lt;/&amp;gt; icon and paste the entire text.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Depending on the specific procedure with your options and data some forms of output may not be possible even though the procedure can produce them in general. Read your log to see if you get any notes or warnings about data issues. If you don't understand the notes, if any, copy the code and any notes or warning from the log and paste into a text box.&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 10:26:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Model-fit-statistics-are-not-shown-in-SAS-9-4/m-p/813165#M34100</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-05-13T10:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Model fit statistics are not shown in SAS 9.4</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Model-fit-statistics-are-not-shown-in-SAS-9-4/m-p/813282#M34108</link>
      <description>&lt;P&gt;In every SAS Interface, all data are sent to the display. So if you are not seeing all the tables, it is because some code statement or option is suppressing it. Look at the program or the log to see whether there is an ODS SELECT or ODS EXCLUDE statement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 18:27:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Model-fit-statistics-are-not-shown-in-SAS-9-4/m-p/813282#M34108</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2022-05-13T18:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Model fit statistics are not shown in SAS 9.4</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Model-fit-statistics-are-not-shown-in-SAS-9-4/m-p/813295#M34109</link>
      <description>Dear &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Yes, I should have included the code sample in my question, my mistake that I forgot about that.&lt;BR /&gt;&lt;BR /&gt;proc glimmix data=test;&lt;BR /&gt;class id trt time;&lt;BR /&gt;model y = trt time trt*time;&lt;BR /&gt;random time / subject=id(trt) type=cs rside;&lt;BR /&gt;lsmeans trt*time/slice=time slicediff=time adjust=bon;&lt;BR /&gt;ods select slicediffs;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;As you see, there was indeed and ods statement, that caused the problem (as I understood later)</description>
      <pubDate>Fri, 13 May 2022 19:22:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Model-fit-statistics-are-not-shown-in-SAS-9-4/m-p/813295#M34109</guid>
      <dc:creator>marina_esp</dc:creator>
      <dc:date>2022-05-13T19:22:25Z</dc:date>
    </item>
  </channel>
</rss>

