<?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 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-GENMOD/m-p/639803#M190403</link>
    <description>By enough , u mean by how much 1 should be there to be able to show results?</description>
    <pubDate>Tue, 14 Apr 2020 15:25:23 GMT</pubDate>
    <dc:creator>TANMOY05</dc:creator>
    <dc:date>2020-04-14T15:25:23Z</dc:date>
    <item>
      <title>PROC GENMOD</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-GENMOD/m-p/639358#M190200</link>
      <description>&lt;DIV class="sasSource"&gt;I am getting&amp;nbsp;
&lt;DIV id="sasLogError1_1586721345866" class="sasError"&gt;ERROR: Error in computing the variance function.&lt;/DIV&gt;
&lt;DIV id="sasLogError2_1586721345866" class="sasError"&gt;ERROR: Error in parameter estimate covariance computation.&lt;/DIV&gt;
&lt;DIV id="sasLogError3_1586721345866" class="sasError"&gt;ERROR: Error in estimation routine.&lt;/DIV&gt;
in my log&amp;nbsp; ? how to solve this?&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;ods output lsmeans=lsm_chg Diffs=diff ESTIMATE=diff_chg ;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;326 proc genmod data=lb3tmp DESCENDING;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;327 by stratum;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;328 class cohort visitn subject ;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;329 model resp(EVENT='1') = visitn cohort cohort*visitn base / LINK= logit DIST=BIN ;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;330 repeated subject=subject /type=UN ;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;331 lsmeans cohort / DIFF cl ;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;332&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;333 run ;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="sasLogNote116_1586721345866" class="sasNote"&gt;NOTE: PROC GENMOD is modeling the probability that resp='1'.&lt;/DIV&gt;
&lt;DIV id="sasLogNote117_1586721345866" class="sasNote"&gt;NOTE: Algorithm converged.&lt;/DIV&gt;
&lt;DIV id="sasLogError1_1586721345866" class="sasError"&gt;ERROR: Error in computing the variance function.&lt;/DIV&gt;
&lt;DIV id="sasLogError2_1586721345866" class="sasError"&gt;ERROR: Error in parameter estimate covariance computation.&lt;/DIV&gt;
&lt;DIV id="sasLogError3_1586721345866" class="sasError"&gt;ERROR: Error in estimation routine.&lt;/DIV&gt;
&lt;DIV id="sasLogNote118_1586721345866" class="sasNote"&gt;NOTE: The above message was for the following BY group:&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;STRATUM=CKD&lt;/DIV&gt;
&lt;DIV id="sasLogWarning3_1586721345866" class="sasWarning"&gt;WARNING: Output 'ESTIMATE' was not created. Make sure that the output object name, label, or path is spelled correctly. Also,&lt;/DIV&gt;
&lt;DIV class="sasWarning"&gt;verify that the appropriate procedure options are used to produce the requested output object. For example, verify that&lt;/DIV&gt;
&lt;DIV class="sasWarning"&gt;the NOPRINT option is not used.&lt;/DIV&gt;
&lt;DIV id="sasLogWarning4_1586721345866" class="sasWarning"&gt;WARNING: Output 'Diffs' was not created. Make sure that the output object name, label, or path is spelled correctly. Also, verify&lt;/DIV&gt;
&lt;DIV class="sasWarning"&gt;that the appropriate procedure options are used to produce the requested output object. For example, verify that the&lt;/DIV&gt;
&lt;DIV class="sasWarning"&gt;NOPRINT option is not used.&lt;/DIV&gt;
&lt;DIV id="sasLogWarning5_1586721345866" class="sasWarning"&gt;WARNING: Output 'lsmeans' was not created. Make sure that the output object name, label, or path is spelled correctly. Also,&lt;/DIV&gt;
&lt;DIV class="sasWarning"&gt;verify that the appropriate procedure options are used to produce the requested output object. For example, verify that&lt;/DIV&gt;
&lt;DIV class="sasWarning"&gt;the NOPRINT option is not used.&lt;/DIV&gt;
&lt;DIV id="sasLogNote119_1586721345866" class="sasNote"&gt;NOTE: PROCEDURE GENMOD used (Total process time):&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;real time 0.82 seconds&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;cpu time 0.80 seconds&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;The below mentioned pic is the lb3tmp dataset.&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (79).png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/38242i2D0E9C4235D1FC6D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (79).png" alt="Screenshot (79).png" /&gt;&lt;/span&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 12 Apr 2020 20:24:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-GENMOD/m-p/639358#M190200</guid>
      <dc:creator>TANMOY05</dc:creator>
      <dc:date>2020-04-12T20:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GENMOD</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-GENMOD/m-p/639380#M190214</link>
      <description>&lt;P&gt;Your input data set has only 6 observations?&lt;/P&gt;
&lt;DIV id="tap-translate"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sun, 12 Apr 2020 23:35:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-GENMOD/m-p/639380#M190214</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-04-12T23:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GENMOD</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-GENMOD/m-p/639390#M190222</link>
      <description>No, it continues till 100 rows, though these 6 observations repeats itself with change in values for different subjects and  the resp column is contains values 0 and 1 only.</description>
      <pubDate>Mon, 13 Apr 2020 02:05:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-GENMOD/m-p/639390#M190222</guid>
      <dc:creator>TANMOY05</dc:creator>
      <dc:date>2020-04-13T02:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GENMOD</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-GENMOD/m-p/639579#M190303</link>
      <description>&lt;P&gt;You don't show how many records have Stratu=CKD. One suspects that you don't have enough records in the stratum to complete the calculations needed or perhaps no Event=1 for the stratum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look at your data for stratum CKD very closely.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2020 20:30:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-GENMOD/m-p/639579#M190303</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-04-13T20:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GENMOD</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-GENMOD/m-p/639803#M190403</link>
      <description>By enough , u mean by how much 1 should be there to be able to show results?</description>
      <pubDate>Tue, 14 Apr 2020 15:25:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-GENMOD/m-p/639803#M190403</guid>
      <dc:creator>TANMOY05</dc:creator>
      <dc:date>2020-04-14T15:25:23Z</dc:date>
    </item>
  </channel>
</rss>

