<?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 warning in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-warning/m-p/179696#M45841</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Steve, tried everything but in vain, same warning message still bothering me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Also I was using the the following option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;proc mixed = data absolute convf=;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;It works fine in the windows sas but not in UNIX, could you please suggest any solution?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;2) We initially used &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt; "&lt;/SPAN&gt;&lt;SPAN dir="ltr" id=":1o1" style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;type= cs" which worked fine but &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; color: #222222; font-family: arial, sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;I was requested by our statistician to use "&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; color: #222222; font-family: arial, sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;stats type= un".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #222222; font-family: arial, sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #222222; font-family: arial, sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;I got the following two warnings "&lt;STRONG&gt;I&lt;/STRONG&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;STRONG&gt;nfinite likelihood&lt;/STRONG&gt; and&lt;STRONG&gt; convergence not met&lt;/STRONG&gt;"&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Dec 2013 18:55:23 GMT</pubDate>
    <dc:creator>sampath</dc:creator>
    <dc:date>2013-12-23T18:55:23Z</dc:date>
    <item>
      <title>proc mixed warning</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-warning/m-p/179688#M45833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;proc mixed data=effd ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; by efques;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;class leg_sort viswin pid;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;model efchg = leg_sort viswin&amp;nbsp; leg_sort*viswin / solution ddfm=satterthwa&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;ite;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;repeated viswin/subject=&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;pid type=un;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;lsmeans leg_sort*viswin&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;/cl alpha=0.05 pdiff; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;ods output LSMeans=means;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;ods output diffs=diffs;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;I have run the above code and I was expecting a data set to get created for means but I have been getting following warning without any output dataset. Could you please let me know what's wrong in my code?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt; &lt;/SPAN&gt;&lt;SPAN dir="ltr" id=":1ap" style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;WARNING: Stopped because of infinite likelihood.&lt;BR /&gt;NOTE: The above message was for the following BY group:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Efficacy parameter short name=TOTAREA&lt;BR /&gt;WARNING: Output 'diffs' was not created.&amp;nbsp; Make sure that the output object name, label, or path&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; is spelled correctly.&amp;nbsp; Also, verify that the appropriate procedure options are used to&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; produce the requested output object.&amp;nbsp; For example, verify that the NOPRINT option is not&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; used.&lt;BR /&gt;WARNING: Output 'LSMeans' was not created.&amp;nbsp; Make sure that the output object name, label, or path&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; is spelled correctly.&amp;nbsp; Also, verify that the appropriate procedure options are used to&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; produce the requested output object.&amp;nbsp; For example, verify that the NOPRINT option is not&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; used.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 17:35:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-warning/m-p/179688#M45833</guid>
      <dc:creator>sampath</dc:creator>
      <dc:date>2013-12-20T17:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: proc mixed warning</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-warning/m-p/179689#M45834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably not a code problem but a data problem.&lt;/P&gt;&lt;P&gt;I would look closely at the values of your model variables when the efques variable is TOTAREA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 18:39:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-warning/m-p/179689#M45834</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2013-12-20T18:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: proc mixed warning</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-warning/m-p/179690#M45835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Following on to this, you may not have unique values for pid for a given combination.&amp;nbsp; Try subject=pid(leg_sort).&amp;nbsp; This would mean that each leg_sort within pid would have one response value for each level of viswin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 18:49:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-warning/m-p/179690#M45835</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-12-20T18:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: proc mixed warning</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-warning/m-p/179691#M45836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Steve. I tried &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;subject=pid(leg_sort)&lt;/SPAN&gt; but in vain. I have been getting the same warning message, not sure what went wrong...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 19:47:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-warning/m-p/179691#M45836</guid>
      <dc:creator>sampath</dc:creator>
      <dc:date>2013-12-20T19:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: proc mixed warning</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-warning/m-p/179692#M45837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Time for some diagnostic PROC FREQ. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc freq data=effd;&lt;/P&gt;&lt;P&gt;tables leg_sort*viswin;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The entries in the cells should be the number of patients at each point.&amp;nbsp; Check that against your raw data. You have to eliminate any exactly duplicate records, as that is the most common source of the infinite likelihood error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 19:52:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-warning/m-p/179692#M45837</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-12-20T19:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: proc mixed warning</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-warning/m-p/179693#M45838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The sample data looks in the following way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Inline image 1" class="GH jiveImage" height="337" src="https://mail.google.com/mail/u/0/?ui=2&amp;amp;ik=dfa4375eca&amp;amp;view=att&amp;amp;th=14311a71126ea525&amp;amp;attid=0.1&amp;amp;disp=emb&amp;amp;realattid=ii_14311a6aef96099e&amp;amp;zw&amp;amp;atsh=1" style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;" width="580" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 20:22:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-warning/m-p/179693#M45838</guid>
      <dc:creator>sampath</dc:creator>
      <dc:date>2013-12-20T20:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: proc mixed warning</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-warning/m-p/179694#M45839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are no duplicates. I removed the duplicates using nodupkey.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 20:35:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-warning/m-p/179694#M45839</guid>
      <dc:creator>sampath</dc:creator>
      <dc:date>2013-12-20T20:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: proc mixed warning</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-warning/m-p/179695#M45840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a word, bleah.&amp;nbsp; That takes care of the easy approach.&amp;nbsp; Back to &lt;A __default_attr="260198" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt;'s comment--almost certainly a data problem.&amp;nbsp; So now I pose the following question: How many records, and how many covariance parameters are being estimated.&amp;nbsp; TYPE=UN means estimating N*(N - 1)/2 parameters, and if you don't have enough data with variation for this many time points, you may run into this problem.&amp;nbsp; What happens if you fit a (much) simpler (and probably not completely appropriate) variance structure.&amp;nbsp; You might try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: arial, sans-serif; color: #222222;"&gt;proc mixed data=effd ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: arial, sans-serif; color: #222222;"&gt;&amp;nbsp; by efques;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: arial, sans-serif; color: #222222;"&gt;class leg_sort viswin pid;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: arial, sans-serif; color: #222222;"&gt;model efchg = leg_sort viswin&amp;nbsp; leg_sort*viswin / solution ddfm=satterthwa&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-family: arial, sans-serif; color: #222222;"&gt;ite;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: arial, sans-serif; color: #222222;"&gt;repeated viswin/subject=&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-family: arial, sans-serif; color: #222222;"&gt;pid type=cs;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: arial, sans-serif; color: #222222;"&gt;lsmeans leg_sort*viswin&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-family: arial, sans-serif; color: #222222;"&gt;/cl alpha=0.05 pdiff; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: arial, sans-serif; color: #222222;"&gt;ods output LSMeans=means;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: arial, sans-serif; color: #222222;"&gt;ods output diffs=diffs;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: arial, sans-serif; color: #222222;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: arial, sans-serif; color: #222222;"&gt;If this throws the same error, then we need to consider whether there is variability at each viswin--if all efchg values are identical (and zero), you can get into trouble with the log likelihood.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: arial, sans-serif; color: #222222;"&gt;Also, just from the name, it looks like efchg is a change score.&amp;nbsp; You may have better luck fitting the actual ef value, with the ef baseline for each pid as a continuous covariate.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: arial, sans-serif; color: #222222;"&gt;Steve Denham&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 13:45:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-warning/m-p/179695#M45840</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-12-23T13:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: proc mixed warning</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-warning/m-p/179696#M45841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Steve, tried everything but in vain, same warning message still bothering me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Also I was using the the following option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;proc mixed = data absolute convf=;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;It works fine in the windows sas but not in UNIX, could you please suggest any solution?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;2) We initially used &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt; "&lt;/SPAN&gt;&lt;SPAN dir="ltr" id=":1o1" style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;type= cs" which worked fine but &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; color: #222222; font-family: arial, sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;I was requested by our statistician to use "&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; color: #222222; font-family: arial, sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;stats type= un".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #222222; font-family: arial, sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #222222; font-family: arial, sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;I got the following two warnings "&lt;STRONG&gt;I&lt;/STRONG&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;STRONG&gt;nfinite likelihood&lt;/STRONG&gt; and&lt;STRONG&gt; convergence not met&lt;/STRONG&gt;"&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 18:55:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-warning/m-p/179696#M45841</guid>
      <dc:creator>sampath</dc:creator>
      <dc:date>2013-12-23T18:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: proc mixed warning</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-warning/m-p/179697#M45842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I really don't understand why you would get different results in windows vs. unix, so that seems like a matter for Tech Support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as the wanting type=un, I can understand "wanting" it, but it seems to me as if there is not enough data to support estimating that many parameters.&amp;nbsp; One thing you might try is converting over to PROC GLIMMIX so that you could use type=CHOL (cholesky root of the unstructured matrix) to see if that worked any better.&amp;nbsp; My gut feeling is that it will not, but it is worth trying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 16:35:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-warning/m-p/179697#M45842</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-12-30T16:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: proc mixed warning</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-warning/m-p/251327#M56689</link>
      <description>&lt;P&gt;I have the same problem, VC, CS&amp;nbsp; and AR(1) all work well, however, when UN and SP(POM) were employed, waring would be given as&amp;nbsp; posted on the page, so I think something may have to do with the statistics in these models, but I still have difficuly in understanding&amp;nbsp; what I can do to make SAS process well when using UN and SP(POM) models. Thank you very much.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2016 14:02:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-warning/m-p/251327#M56689</guid>
      <dc:creator>purpleangel</dc:creator>
      <dc:date>2016-02-20T14:02:18Z</dc:date>
    </item>
  </channel>
</rss>

