<?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: GLIMMIX convergence problems with ordinal model in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/GLIMMIX-convergence-problems-with-ordinal-model/m-p/138763#M7264</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With that sort of imbalance, and two continuous variables that are likely to have a lot of collinearity (even if age is age at enrollment), I would expect a lot of problems with convergence.&amp;nbsp; I would say that your approach is more valid for your data than applying the international cutpoints.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One other approach would be two dichotomous analyses: normal vs non-normal, and mild vs moderate (could be normal+mild vs moderate, if you want to keep the same subjects in the two analyses.)&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, 08 Dec 2014 16:02:41 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2014-12-08T16:02:41Z</dc:date>
    <item>
      <title>GLIMMIX convergence problems with ordinal model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/GLIMMIX-convergence-problems-with-ordinal-model/m-p/138762#M7263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Hello, I hope that someone may help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Well, I am analyzing a longitudinal data set about hearing loss which has 226 subjects with repeated measures each one (with a maximum of 12 observations per subject) over a follow up time of 22.2 years. I don't have fixed points along time, so I am dealing with my time variable as a continuous covariate. The data set is highly unbalanced, but I considered to work under the assumption of missing completely at random. Now, the problem I guess is because of how my response variable is trichotomized. I am using as cut-off points two values given by an international recognized scale for measuring hearing loss, which is giving me the problem of no convergence (SAS shows the message 'Did not converge'). I have tried all the possible options for the covariance structure, but any had worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;The categories which are "normal", "mild" and "moderate" have 836, 31 and 6 observations respectively. When I change the cut-off points (i.e. for those given by a k-mean clustering), the following code works well:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc glimmix data=hearing1 method=RSPL;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;class id;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;model ansi = age age*time/ dist=multinomial link=cumlogit solution;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;random intercept age/ subject=id type=CS;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question is if the procedure does not converge, is it because of the frequencies in my classification? Should I split more equally balanced the observations?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;I will wait for your advice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Thanks in advance&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Mauricio&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;KU Leuven-Student&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 22:51:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/GLIMMIX-convergence-problems-with-ordinal-model/m-p/138762#M7263</guid>
      <dc:creator>mauflagrum</dc:creator>
      <dc:date>2014-12-05T22:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: GLIMMIX convergence problems with ordinal model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/GLIMMIX-convergence-problems-with-ordinal-model/m-p/138763#M7264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With that sort of imbalance, and two continuous variables that are likely to have a lot of collinearity (even if age is age at enrollment), I would expect a lot of problems with convergence.&amp;nbsp; I would say that your approach is more valid for your data than applying the international cutpoints.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One other approach would be two dichotomous analyses: normal vs non-normal, and mild vs moderate (could be normal+mild vs moderate, if you want to keep the same subjects in the two analyses.)&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, 08 Dec 2014 16:02:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/GLIMMIX-convergence-problems-with-ordinal-model/m-p/138763#M7264</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-12-08T16:02:41Z</dc:date>
    </item>
  </channel>
</rss>

