<?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 glimmix/binary outcome/multilevel model in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-glimmix-binary-outcome-multilevel-model/m-p/544849#M27267</link>
    <description>&lt;P&gt;Thank you for your response:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran the model in the full data set.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc glimmix data = final method=quad noclprint;&lt;BR /&gt;class sex (ref='2') treatment (ref='0') ;&lt;BR /&gt;model T2D_1(event='1') = X age sex bmi treatment / dist=binary link=logit;&lt;BR /&gt;random intercept /subject=Family_id type=vc ;&lt;BR /&gt;covtest/wald;&lt;BR /&gt;output out=glmmout3 pred=xbeta pred(ilink)=predprob pred(ilink&lt;BR /&gt;noblup)=fix_predprob;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get this warning:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: Some observations are not used in the analysis because of: missing fixed effects (n=205).&lt;BR /&gt;NOTE: The GLIMMIX procedure is modeling the probability that T2D_1='1'.&lt;BR /&gt;WARNING: Obtaining minimum variance quadratic unbiased estimates as starting values for the&lt;BR /&gt;covariance parameters failed.&lt;BR /&gt;NOTE: The data set WORK.GLMMOUT3 has 3997 observations and 12 variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I add parms in the above code as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc glimmix data = final method=quad noclprint;&lt;BR /&gt;class sex (ref='2') treatment (ref='0') ;&lt;BR /&gt;model T2D_1(event='1') = X age sex bmi treatment / dist=binary link=logit;&lt;BR /&gt;random intercept /subject=Family_id type=vc ;&lt;BR /&gt;parms (0.003);&lt;BR /&gt;covtest/wald;&lt;BR /&gt;output out=glmmout3 pred=xbeta pred(ilink)=predprob pred(ilink&lt;BR /&gt;noblup)=fix_predprob;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The warning is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OTE: Some observations are not used in the analysis because of: missing fixed effects (n=205).&lt;BR /&gt;NOTE: The GLIMMIX procedure is modeling the probability that T2D_1='1'.&lt;BR /&gt;NOTE: Convergence criterion (FCONV=2.220446E-16) satisfied.&lt;BR /&gt;NOTE: At least one element of the gradient is greater than 1e-3.&lt;BR /&gt;NOTE: The data set WORK.GLMMOUT3 has 3997 observations and 12 variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on the above warning I guess, the model is misspecified or a problematic model fitting problem. This is becasue when I try nloptions tech=&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc glimmix data = final method=quad noclprint;&lt;BR /&gt;class sex (ref='2') treatment (ref='0') ;&lt;BR /&gt;model T2D_1(event='1') = X age sex bmi treatment / dist=binary link=logit;&lt;BR /&gt;random intercept /subject=Family_id type=vc ;&lt;BR /&gt;covtest/wald;&lt;BR /&gt;nloptions tech=nrridg;&lt;BR /&gt;parms (0.003);&lt;BR /&gt;output out=glmmout3 pred=xbeta pred(ilink)=predprob pred(ilink&lt;BR /&gt;noblup)=fix_predprob;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: Some observations are not used in the analysis because of: missing fixed effects (n=205).&lt;BR /&gt;NOTE: The GLIMMIX procedure is modeling the probability that T2D_1='1'.&lt;BR /&gt;ERROR: NRRIDG Optimization cannot be completed.&lt;BR /&gt;NOTE: ERROR: The function value of the objective function cannot be computed during the&lt;BR /&gt;optimization process.&lt;BR /&gt;NOTE: The data set WORK.GLMMOUT3 has 3997 observations and 12 variables.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ava&lt;/P&gt;</description>
    <pubDate>Thu, 21 Mar 2019 13:30:02 GMT</pubDate>
    <dc:creator>AVA_16</dc:creator>
    <dc:date>2019-03-21T13:30:02Z</dc:date>
    <item>
      <title>Proc glimmix/binary outcome/multilevel model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-glimmix-binary-outcome-multilevel-model/m-p/544490#M27243</link>
      <description>&lt;DIV class="lia-quilt-column lia-quilt-column-20 lia-quilt-column-right lia-quilt-column-main-right"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-right"&gt;&lt;P class="lia-message-dates lia-message-post-date lia-component-post-date-last-edited"&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="lia-message-body"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Dear SAS experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using proc glimmix to analyze two-level data. Level-1 patient and level-2 is family. I have 1353 families in total. The minimum number of patients in one family is one and maximum are 49. Most of the families have members from 2 to 4.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My research question is:&lt;/P&gt;&lt;P&gt;What is the relationship between patient X variable and the likihood of geting diabetes while controlling for patient and family characteristics?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following datastep shows a part of my data:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; have;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;input&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Family_id $ Patient_id T2D X age sex BMI treatment;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;datalines&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 2 0 10.6 42.8 0 28.6 0&lt;/P&gt;&lt;P&gt;1 5 0 10.5 59.2 1 29.0 0&lt;/P&gt;&lt;P&gt;1 6 0 6.89 48.0 0 24.2 0&lt;/P&gt;&lt;P&gt;9 7 1 17.3 56.8 1 24.4 0&lt;/P&gt;&lt;P&gt;9 10 1 16.4 68.8 1 26.4 1&lt;/P&gt;&lt;P&gt;11 12 0 17.0 76.0 1 21.2 1&lt;/P&gt;&lt;P&gt;12 13 0 7.5 53.6 1 20.0 0&lt;/P&gt;&lt;P&gt;12 14 1 14.8 71.2 0 23.6 0&lt;/P&gt;&lt;P&gt;12 15 0 10.3 64.8 0 25.0 0&lt;/P&gt;&lt;P&gt;12 16 1 15.6 56.8 0 25.6 1&lt;/P&gt;&lt;P&gt;13 17 0 10.5 59.2 1 29.0 0&lt;/P&gt;&lt;P&gt;15 18 0 6.89 47.2 0 25.2 0&lt;/P&gt;&lt;P&gt;15 20 1 16.3 56.8 1 26.4 1&lt;/P&gt;&lt;P&gt;15 22 1 17.4 57.2 1 26.4 1&lt;/P&gt;&lt;P&gt;15 24 1 15.0 66.0 1 25.2 1&lt;/P&gt;&lt;P&gt;15 25 0 7.5 53.6 1 26.0 0&lt;/P&gt;&lt;P&gt;16 27 0 6.8 71.2 0 23.6 0&lt;/P&gt;&lt;P&gt;16 28 0 6.7 64.8 0 25.0 0&lt;/P&gt;&lt;P&gt;17 29 0 8.89 49.2 0 22.2 0&lt;/P&gt;&lt;P&gt;18 30 1 16.3 66.8 1 23.4 1&lt;/P&gt;&lt;P&gt;19 31 1 15.4 72.2 1 26.4 1&lt;/P&gt;&lt;P&gt;20 32 1 14.9 68.6 0 25.2 0&lt;/P&gt;&lt;P&gt;20 33 0 7.5 53.6 1 26.0 0&lt;/P&gt;&lt;P&gt;20 34 0 6.8 71.2 0 23.6 0&lt;/P&gt;&lt;P&gt;20 35 0 6.7 64.8 0 25.0 0&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the following model to answer my question:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;**************Proc glimmix fully adjusted model;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;glimmix&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = have &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;method&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=laplace &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;noclprint&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;class&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; family_id sex ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;TITLE&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;'ROC curve of 1-hour OGTT'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;model&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; T2D(event=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'1'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;) = X age sex BMI treatment /&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;s&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;cl&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;dist&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=binary &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;link&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=logit; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;random&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; intercept /&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;subject&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=family_id &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;type&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=cs &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;solution&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;cl&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;covtest&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;/wald;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;output&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;out&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=glmmout3 &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;pred&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=xbeta pred(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ilink&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;)=predprob pred(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ilink&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;noblup&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;)=fix_predprob; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the following as a warning:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: The GLIMMIX procedure is modeling the probability that T2D='1'.&lt;/P&gt;&lt;P&gt;WARNING: Obtaining minimum variance quadratic unbiased estimates as starting values for the&lt;/P&gt;&lt;P&gt;covariance parameters failed.&lt;/P&gt;&lt;P&gt;NOTE: The data set WORK.GLMMOUT3 has 25 observations and 11 variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;I am not sure what is wrong with the model? Any suggestions are appreciated.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Mar 2019 09:41:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-glimmix-binary-outcome-multilevel-model/m-p/544490#M27243</guid>
      <dc:creator>AVA_16</dc:creator>
      <dc:date>2019-03-20T09:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Proc glimmix/binary outcome/multilevel model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-glimmix-binary-outcome-multilevel-model/m-p/544706#M27257</link>
      <description>&lt;P&gt;Your log says,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"NOTE: The data set WORK.GLMMOUT3 has 25 observations and 11 variables."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I suspect that your model is overparameterized for only 25 observations and that there are problems with quasi or complete separation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Have you tried the full dataset?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 21:14:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-glimmix-binary-outcome-multilevel-model/m-p/544706#M27257</guid>
      <dc:creator>sld</dc:creator>
      <dc:date>2019-03-20T21:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Proc glimmix/binary outcome/multilevel model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-glimmix-binary-outcome-multilevel-model/m-p/544848#M27266</link>
      <description>&lt;P&gt;Also, since you are fitting a g-side random effect for the family_id then you will want to remove TYPE=CS from the RANDOM statement.&amp;nbsp; If you just want to correlate the observations from the same family on the g-side, then a VC structure will do this.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you were correlating on the r-side, then you would need TYPE=CS.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 13:26:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-glimmix-binary-outcome-multilevel-model/m-p/544848#M27266</guid>
      <dc:creator>StatsMan</dc:creator>
      <dc:date>2019-03-21T13:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Proc glimmix/binary outcome/multilevel model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-glimmix-binary-outcome-multilevel-model/m-p/544849#M27267</link>
      <description>&lt;P&gt;Thank you for your response:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran the model in the full data set.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc glimmix data = final method=quad noclprint;&lt;BR /&gt;class sex (ref='2') treatment (ref='0') ;&lt;BR /&gt;model T2D_1(event='1') = X age sex bmi treatment / dist=binary link=logit;&lt;BR /&gt;random intercept /subject=Family_id type=vc ;&lt;BR /&gt;covtest/wald;&lt;BR /&gt;output out=glmmout3 pred=xbeta pred(ilink)=predprob pred(ilink&lt;BR /&gt;noblup)=fix_predprob;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get this warning:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: Some observations are not used in the analysis because of: missing fixed effects (n=205).&lt;BR /&gt;NOTE: The GLIMMIX procedure is modeling the probability that T2D_1='1'.&lt;BR /&gt;WARNING: Obtaining minimum variance quadratic unbiased estimates as starting values for the&lt;BR /&gt;covariance parameters failed.&lt;BR /&gt;NOTE: The data set WORK.GLMMOUT3 has 3997 observations and 12 variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I add parms in the above code as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc glimmix data = final method=quad noclprint;&lt;BR /&gt;class sex (ref='2') treatment (ref='0') ;&lt;BR /&gt;model T2D_1(event='1') = X age sex bmi treatment / dist=binary link=logit;&lt;BR /&gt;random intercept /subject=Family_id type=vc ;&lt;BR /&gt;parms (0.003);&lt;BR /&gt;covtest/wald;&lt;BR /&gt;output out=glmmout3 pred=xbeta pred(ilink)=predprob pred(ilink&lt;BR /&gt;noblup)=fix_predprob;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The warning is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OTE: Some observations are not used in the analysis because of: missing fixed effects (n=205).&lt;BR /&gt;NOTE: The GLIMMIX procedure is modeling the probability that T2D_1='1'.&lt;BR /&gt;NOTE: Convergence criterion (FCONV=2.220446E-16) satisfied.&lt;BR /&gt;NOTE: At least one element of the gradient is greater than 1e-3.&lt;BR /&gt;NOTE: The data set WORK.GLMMOUT3 has 3997 observations and 12 variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on the above warning I guess, the model is misspecified or a problematic model fitting problem. This is becasue when I try nloptions tech=&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc glimmix data = final method=quad noclprint;&lt;BR /&gt;class sex (ref='2') treatment (ref='0') ;&lt;BR /&gt;model T2D_1(event='1') = X age sex bmi treatment / dist=binary link=logit;&lt;BR /&gt;random intercept /subject=Family_id type=vc ;&lt;BR /&gt;covtest/wald;&lt;BR /&gt;nloptions tech=nrridg;&lt;BR /&gt;parms (0.003);&lt;BR /&gt;output out=glmmout3 pred=xbeta pred(ilink)=predprob pred(ilink&lt;BR /&gt;noblup)=fix_predprob;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: Some observations are not used in the analysis because of: missing fixed effects (n=205).&lt;BR /&gt;NOTE: The GLIMMIX procedure is modeling the probability that T2D_1='1'.&lt;BR /&gt;ERROR: NRRIDG Optimization cannot be completed.&lt;BR /&gt;NOTE: ERROR: The function value of the objective function cannot be computed during the&lt;BR /&gt;optimization process.&lt;BR /&gt;NOTE: The data set WORK.GLMMOUT3 has 3997 observations and 12 variables.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ava&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 13:30:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-glimmix-binary-outcome-multilevel-model/m-p/544849#M27267</guid>
      <dc:creator>AVA_16</dc:creator>
      <dc:date>2019-03-21T13:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Proc glimmix/binary outcome/multilevel model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-glimmix-binary-outcome-multilevel-model/m-p/545273#M27279</link>
      <description>&lt;P&gt;Unfortunately, there are a lot of reasons behind the messages you get here.&amp;nbsp; It could be that the model is too complicated for the data.&amp;nbsp; If you have a low overall response rate, that could be the reason.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look at the iteration log.&amp;nbsp; If the process is steadily marching towards convergence, then perhaps you can tweak some options to get it there.&amp;nbsp; If the iteration log is bouncing all over the place, then you will need to simplify the model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try a simple model to start, say with just Gender and the RANDOM statement.&amp;nbsp; Then add your next most interesting factor if that simple model converges.&amp;nbsp; In the mixed model world, it's always best to start simple and work up from there.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If a model does not converge, that is not necessarily a bad thing.&amp;nbsp; The procedure can be telling you that your model with your data are just not compatible.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2019 16:04:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-glimmix-binary-outcome-multilevel-model/m-p/545273#M27279</guid>
      <dc:creator>StatsMan</dc:creator>
      <dc:date>2019-03-22T16:04:20Z</dc:date>
    </item>
  </channel>
</rss>

