<?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 Mixed ODS TESTS3 Output in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Mixed-ODS-TESTS3-Output/m-p/255677#M13492</link>
    <description>&lt;P&gt;Just a guess, but the NOTEST&amp;nbsp;option in your MODEL statement&amp;nbsp;is probably supressing creation of the table.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;model LOGLIVE7RATING2=trend programtenure totallynewprogram censored
dayssincelastbroadcastrecp nads_sqrt trend*nads_sqrt
day month*year networktype ORIG_ACQ genre
/solution s ddfm=bw &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;notest&lt;/STRONG&gt;&lt;/FONT&gt;
outp=residsx(keep=net pgm trend pred live7rating loglive7rating2 where=(loglive7rating2=.));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;NOTEST&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A id="statug.mixed.a0000000447" class="syntaxindex" target="_blank"&gt;&lt;/A&gt;&lt;A id="statug.mixed.a0000000448" class="syntaxindex" target="_blank"&gt;&lt;/A&gt;specifies that no hypothesis tests be performed for the fixed effects&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Mar 2016 22:13:07 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-03-09T22:13:07Z</dc:date>
    <item>
      <title>Proc Mixed ODS TESTS3 Output</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Mixed-ODS-TESTS3-Output/m-p/255652#M13491</link>
      <description>&lt;P&gt;As part of the output from a Proc Mixed model, I am requesting that the ODS table TESTS3 be ouput. This table contains summary statistics wrt the performance of the independent variables in the model. However, when I run this module on data, I get an error that TESTS3 could not be created without an explanation, here's what SAS says, &lt;EM&gt;"WARNING: Output 'tests3' was not created. Make sure that the output object name, label, or path&amp;nbsp;is spelled correctly. Also, verify that the appropriate procedure options are used to&amp;nbsp;produce the requested output object. For example, verify that the NOPRINT option is not&amp;nbsp;used."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Otherwise, the model converges and does everything else it's supposed to do. Here is my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc mixed data=resids covtest noclprint namelen=50 METHOD=MIVQUE0;&lt;BR /&gt;class day month year networktype orig_acq genre net;&lt;BR /&gt;model LOGLIVE7RATING2=trend programtenure totallynewprogram censored&lt;BR /&gt;dayssincelastbroadcastrecp nads_sqrt trend*nads_sqrt&lt;BR /&gt;day month*year networktype ORIG_ACQ genre&lt;BR /&gt;/solution s ddfm=bw notest&lt;BR /&gt;outp=residsx(keep=net pgm trend pred live7rating loglive7rating2 where=(loglive7rating2=.));&lt;BR /&gt;random intercept trend/sub=net type=un g;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;ods output tests3=tests;*summary stats;&lt;/FONT&gt;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have highlighted the offending line of code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas as to what's going on?&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;</description>
      <pubDate>Wed, 09 Mar 2016 20:51:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Mixed-ODS-TESTS3-Output/m-p/255652#M13491</guid>
      <dc:creator>xtc283x</dc:creator>
      <dc:date>2016-03-09T20:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Mixed ODS TESTS3 Output</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Mixed-ODS-TESTS3-Output/m-p/255677#M13492</link>
      <description>&lt;P&gt;Just a guess, but the NOTEST&amp;nbsp;option in your MODEL statement&amp;nbsp;is probably supressing creation of the table.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;model LOGLIVE7RATING2=trend programtenure totallynewprogram censored
dayssincelastbroadcastrecp nads_sqrt trend*nads_sqrt
day month*year networktype ORIG_ACQ genre
/solution s ddfm=bw &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;notest&lt;/STRONG&gt;&lt;/FONT&gt;
outp=residsx(keep=net pgm trend pred live7rating loglive7rating2 where=(loglive7rating2=.));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;NOTEST&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A id="statug.mixed.a0000000447" class="syntaxindex" target="_blank"&gt;&lt;/A&gt;&lt;A id="statug.mixed.a0000000448" class="syntaxindex" target="_blank"&gt;&lt;/A&gt;specifies that no hypothesis tests be performed for the fixed effects&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 22:13:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Mixed-ODS-TESTS3-Output/m-p/255677#M13492</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-09T22:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Mixed ODS TESTS3 Output</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Mixed-ODS-TESTS3-Output/m-p/255687#M13493</link>
      <description>&lt;P&gt;Right you are! Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 22:38:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Mixed-ODS-TESTS3-Output/m-p/255687#M13493</guid>
      <dc:creator>xtc283x</dc:creator>
      <dc:date>2016-03-09T22:38:21Z</dc:date>
    </item>
  </channel>
</rss>

