<?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 Genmod does not converge in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Proc-Genmod-does-not-converge/m-p/697274#M25366</link>
    <description>&lt;P&gt;Thanks Paige,&lt;/P&gt;&lt;P&gt;It seems what you sent me is for Proc GEE; what I need is for Proc Genmod.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Nov 2020 23:52:03 GMT</pubDate>
    <dc:creator>Tolawak</dc:creator>
    <dc:date>2020-11-06T23:52:03Z</dc:date>
    <item>
      <title>Proc Genmod does not converge</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-Genmod-does-not-converge/m-p/697144#M25344</link>
      <description>&lt;P&gt;Hi every one,&lt;/P&gt;&lt;P&gt;I am a new SAS user and trying to calculate RR of binary outcome using log Poisson distribution. But my model didn't converge even after specifying the convergence option as follow;&lt;/P&gt;&lt;P&gt;Proc format;&lt;BR /&gt;value WDP_Terttile 0='T1' 1='T2' 2='T3' ;&lt;BR /&gt;Proc genmod descending data = Biomark.bloodprofile30 ;&lt;BR /&gt;class WDP_Terttile muspgen income21cat rcig21_c rrrchalc21_c reduc21_c TVHrPerW CBMI21c codea;&lt;BR /&gt;model TAG_status30=WDP_Terttile muspgen age21ffq income21cat rcig21_c rrrchalc21_c reduc21_c TVHrPerW CBMI21c LEnergy_kC/dist = poisson link=log lrci type3 converge=0.000000001;&lt;BR /&gt;repeated subject = codea/ type = unstr;&lt;BR /&gt;estimate 'T2 vs T1' WDP_Terttile -1 1 0 0/exp;&lt;BR /&gt;estimate 'T3 vs T1' WDP_Terttile -1 0 1 0/exp;&lt;BR /&gt;estimate 'Female vs Male' muspgen -1 1 /exp;&lt;BR /&gt;estimate 'Age at 21' age21ffq 1 /exp;&lt;BR /&gt;estimate 'Middle vs High' income21cat -1 1 0 /exp;&lt;BR /&gt;estimate 'Low vs High' income21cat -1 0 1 /exp;&lt;BR /&gt;estimate 'smokers vs None' rcig21_c -1 1 /exp;&lt;BR /&gt;estimate 'moderate vs light' rrrchalc21_c -1 1 0 /exp;&lt;BR /&gt;estimate 'heavy vs light' rrrchalc21_c -1 0 1 /exp;&lt;BR /&gt;estimate 'Comp Highsch vs Post sec' reduc21_c -1 1 0 /exp;&lt;BR /&gt;estimate 'Inc Highsch vs Post sec' reduc21_c -1 0 1 /exp;&lt;BR /&gt;estimate '2-4h vs &amp;lt; 2h' TVHrPerW -1 1 0 /exp;&lt;BR /&gt;estimate '&amp;gt; 4h vs &amp;lt; 2h' TVHrPerW -1 0 1 /exp;&lt;BR /&gt;estimate 'overweight vs Normal' CBMI21c -1 1 0 /exp;&lt;BR /&gt;estimate 'Obese vs Normal' CBMI21c -1 0 1 /exp;&lt;BR /&gt;estimate 'Energy' LEnergy_kC 1/exp;&lt;BR /&gt;format WDP_Terttile WDP_Terttile.;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;Is there some one who could help me with this, please? I thank you in advance for your concern and time,&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 13:44:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-Genmod-does-not-converge/m-p/697144#M25344</guid>
      <dc:creator>Tolawak</dc:creator>
      <dc:date>2020-11-06T13:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Genmod does not converge</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-Genmod-does-not-converge/m-p/697145#M25345</link>
      <description>&lt;P&gt;This will apply to PROC GENMOD&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>Fri, 06 Nov 2020 13:46:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-Genmod-does-not-converge/m-p/697145#M25345</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-11-06T13:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Genmod does not converge</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-Genmod-does-not-converge/m-p/697274#M25366</link>
      <description>&lt;P&gt;Thanks Paige,&lt;/P&gt;&lt;P&gt;It seems what you sent me is for Proc GEE; what I need is for Proc Genmod.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 23:52:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-Genmod-does-not-converge/m-p/697274#M25366</guid>
      <dc:creator>Tolawak</dc:creator>
      <dc:date>2020-11-06T23:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Genmod does not converge</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-Genmod-does-not-converge/m-p/697319#M25378</link>
      <description>&lt;P&gt;I specifically said it applies to PROC GENMOD.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Nov 2020 10:32:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-Genmod-does-not-converge/m-p/697319#M25378</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-11-07T10:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Genmod does not converge</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-Genmod-does-not-converge/m-p/945396#M42468</link>
      <description>&lt;P&gt;This does not help.&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I encountered the same issue and IV and DV were not overlapped.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 23:46:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-Genmod-does-not-converge/m-p/945396#M42468</guid>
      <dc:creator>BochengJing</dc:creator>
      <dc:date>2024-09-26T23:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Genmod does not converge</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-Genmod-does-not-converge/m-p/945433#M42469</link>
      <description>&lt;P&gt;Hint: go to your favorite internet search engine and type in&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;GENMOD does not converge&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Plenty of advice.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 10:08:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-Genmod-does-not-converge/m-p/945433#M42469</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-09-27T10:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Genmod does not converge</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-Genmod-does-not-converge/m-p/945472#M42470</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/271502"&gt;@BochengJing&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;This does not help.&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I encountered the same issue and IV and DV were not overlapped.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Since convergence issues are typically data, syntax or related to both unless your data set is identical and your syntax is identical then piggybacking on another thread doesn't really help.&lt;/P&gt;
&lt;P&gt;Start your own thread.&lt;/P&gt;
&lt;P&gt;Post a LOG from running your syntax including the the code and all notes or messages from the procedure. Some of the notes may give is more ideas on the convergence issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Be prepared to provide example data as well. Data should be provided in the form of working data step code OR reference one of the SAS supplied data sets such as SASHELP.CARS with matching code that provides similar results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 14:51:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-Genmod-does-not-converge/m-p/945472#M42470</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-09-27T14:51:45Z</dc:date>
    </item>
  </channel>
</rss>

