<?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 MIXED differences between SAS 9.3 and 9.4 in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-MIXED-differences-between-SAS-9-3-and-9-4/m-p/391761#M20447</link>
    <description>&lt;P&gt;Good morning&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need your help to understand the difference of running Proc MIXED in SAS 9.3 &amp;amp; SAS 9.4.&lt;/P&gt;&lt;P&gt;The same program (same dataset) running smoothly on SAS 9.3 when I run it on SAS 9.4 returns the 'WARNING: Stopped because of infinite likelihood.'.&lt;/P&gt;&lt;P&gt;In the data there are no repeated values.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods output lsmeans=STAT00;
  proc mixed data = rawda MAXFUNC=5000;
       by paramcd param;
       class usubjid studyid avisitn basecn ; 
       model chg = studyid avisitn basecn avisitn*basecn /solution;  
       repeated avisitn / subject = usubjid(studyid) ;
       lsmeans basecn*avisitn ; 
       PARMS / NOITER ; 
  run;              
ods output close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me to understand what did change.&lt;/P&gt;&lt;P&gt;Many thanks in advance&lt;/P&gt;</description>
    <pubDate>Wed, 30 Aug 2017 09:39:00 GMT</pubDate>
    <dc:creator>Cate</dc:creator>
    <dc:date>2017-08-30T09:39:00Z</dc:date>
    <item>
      <title>Proc MIXED differences between SAS 9.3 and 9.4</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-MIXED-differences-between-SAS-9-3-and-9-4/m-p/391761#M20447</link>
      <description>&lt;P&gt;Good morning&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need your help to understand the difference of running Proc MIXED in SAS 9.3 &amp;amp; SAS 9.4.&lt;/P&gt;&lt;P&gt;The same program (same dataset) running smoothly on SAS 9.3 when I run it on SAS 9.4 returns the 'WARNING: Stopped because of infinite likelihood.'.&lt;/P&gt;&lt;P&gt;In the data there are no repeated values.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods output lsmeans=STAT00;
  proc mixed data = rawda MAXFUNC=5000;
       by paramcd param;
       class usubjid studyid avisitn basecn ; 
       model chg = studyid avisitn basecn avisitn*basecn /solution;  
       repeated avisitn / subject = usubjid(studyid) ;
       lsmeans basecn*avisitn ; 
       PARMS / NOITER ; 
  run;              
ods output close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me to understand what did change.&lt;/P&gt;&lt;P&gt;Many thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2017 09:39:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-MIXED-differences-between-SAS-9-3-and-9-4/m-p/391761#M20447</guid>
      <dc:creator>Cate</dc:creator>
      <dc:date>2017-08-30T09:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Proc MIXED differences between SAS 9.3 and 9.4</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-MIXED-differences-between-SAS-9-3-and-9-4/m-p/391786#M20448</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/161763"&gt;@Cate&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What happens if you add the option singular=1e-8 in the MODEL statement in PROC MIXED?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2017 11:42:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-MIXED-differences-between-SAS-9-3-and-9-4/m-p/391786#M20448</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2017-08-30T11:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Proc MIXED differences between SAS 9.3 and 9.4</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-MIXED-differences-between-SAS-9-3-and-9-4/m-p/391816#M20449</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/41748"&gt;@alexal&lt;/a&gt;&amp;nbsp;Many thanks for your promptly reply!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The program runs smoothly with your option (it works with 1e-11 too).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run the program in SAS&amp;nbsp;9.3 &amp;amp; 9.4 with the same singluar=1e-8 I do expect the Least Squares Means being identical for both versions. This is not the case. I get the same Estimate, DF &amp;amp; Pr &amp;gt; |t|, but Standard Error &amp;amp; T values are different. Which is the reason?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks for helping me!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2017 13:28:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-MIXED-differences-between-SAS-9-3-and-9-4/m-p/391816#M20449</guid>
      <dc:creator>Cate</dc:creator>
      <dc:date>2017-08-30T13:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proc MIXED differences between SAS 9.3 and 9.4</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-MIXED-differences-between-SAS-9-3-and-9-4/m-p/391824#M20450</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/161763"&gt;@Cate&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are welcome!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find the information on the SINGULAR= option in the PROC MIXED documentation &lt;A href="http://go.documentation.sas.com/?cdcId=statcdc&amp;amp;cdcVersion=14.2&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_mixed_syntax10.htm&amp;amp;locale=en#statug.mixed.modelstmt_singular" target="_self"&gt;here&lt;/A&gt;.&lt;BR /&gt; &lt;BR /&gt;SINGULAR=number&lt;BR /&gt;tunes the sensitivity in sweeping. If a diagonal pivot element is less than D*number as PROC MIXED sweeps a matrix, the associated column is declared to be linearly dependent upon previous columns, and the associated parameter is set to 0. The value D is the original diagonal element of the matrix. The default is 1E4 times the machine epsilon; this product is approximately 1E–12 on most computers.&lt;BR /&gt; &lt;BR /&gt;In your case, the default criterion might be too stringent. That is why I suggested the singular=1e-8 option.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2017 13:35:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-MIXED-differences-between-SAS-9-3-and-9-4/m-p/391824#M20450</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2017-08-30T13:35:50Z</dc:date>
    </item>
  </channel>
</rss>

