<?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 GEE (or proc GENMOD) does not converge in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/PROC-GEE-or-proc-GENMOD-does-not-converge/m-p/539742#M7115</link>
    <description>&lt;P&gt;Hi I have a binary outcome variable and a binary predictor. Observations are grouped at DRIVERID level.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I run the model with using DIST=BIN and LINK=LOGIT, the model does not converge, however, if I just run the model without these two options, the model runs and gives me results.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please let me know why the model fails to converge when I specify that the DV is binary?&lt;/P&gt;
&lt;P&gt;The following model runs:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc gee data=ANALYSIS2 descend;
   class  DRIVERID ;
   model effct=TREATMENT ;
   repeated  subject=DRIVERID  / CORR=IND;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This one does not run:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc gee data=ANALYSIS2 descend;
   class  DRIVERID ;
   model effect=TREATMENT /dist=bin link=logit;
   repeated  subject=DRIVERID  / CORR=IND;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Here is the error message I get:&lt;/P&gt;
&lt;P&gt;The generalized Hessian matrix is not positive definite. Iteration will be terminated.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Mar 2019 18:51:51 GMT</pubDate>
    <dc:creator>niam</dc:creator>
    <dc:date>2019-03-01T18:51:51Z</dc:date>
    <item>
      <title>PROC GEE (or proc GENMOD) does not converge</title>
      <link>https://communities.sas.com/t5/New-SAS-User/PROC-GEE-or-proc-GENMOD-does-not-converge/m-p/539742#M7115</link>
      <description>&lt;P&gt;Hi I have a binary outcome variable and a binary predictor. Observations are grouped at DRIVERID level.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I run the model with using DIST=BIN and LINK=LOGIT, the model does not converge, however, if I just run the model without these two options, the model runs and gives me results.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please let me know why the model fails to converge when I specify that the DV is binary?&lt;/P&gt;
&lt;P&gt;The following model runs:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc gee data=ANALYSIS2 descend;
   class  DRIVERID ;
   model effct=TREATMENT ;
   repeated  subject=DRIVERID  / CORR=IND;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This one does not run:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc gee data=ANALYSIS2 descend;
   class  DRIVERID ;
   model effect=TREATMENT /dist=bin link=logit;
   repeated  subject=DRIVERID  / CORR=IND;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Here is the error message I get:&lt;/P&gt;
&lt;P&gt;The generalized Hessian matrix is not positive definite. Iteration will be terminated.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 18:51:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/PROC-GEE-or-proc-GENMOD-does-not-converge/m-p/539742#M7115</guid>
      <dc:creator>niam</dc:creator>
      <dc:date>2019-03-01T18:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GEE (or proc GENMOD) does not converge</title>
      <link>https://communities.sas.com/t5/New-SAS-User/PROC-GEE-or-proc-GENMOD-does-not-converge/m-p/539921#M7148</link>
      <description>Hi All, any help will be greatly appreciated</description>
      <pubDate>Sun, 03 Mar 2019 18:32:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/PROC-GEE-or-proc-GENMOD-does-not-converge/m-p/539921#M7148</guid>
      <dc:creator>niam</dc:creator>
      <dc:date>2019-03-03T18:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GEE (or proc GENMOD) does not converge</title>
      <link>https://communities.sas.com/t5/New-SAS-User/PROC-GEE-or-proc-GENMOD-does-not-converge/m-p/540491#M7229</link>
      <description>&lt;P&gt;The answer is here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-GEE-does-not-converge/m-p/540216/thread-id/3469/highlight/false#M3472" target="_blank"&gt;https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-GEE-does-not-converge/m-p/540216/thread-id/3469/highlight/false#M3472&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 16:10:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/PROC-GEE-or-proc-GENMOD-does-not-converge/m-p/540491#M7229</guid>
      <dc:creator>niam</dc:creator>
      <dc:date>2019-03-05T16:10:03Z</dc:date>
    </item>
  </channel>
</rss>

