<?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: Calculating crude estimate with proc genmod poisson regression in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Calculating-crude-estimate-with-proc-genmod-poisson-regression/m-p/959748#M48069</link>
    <description>&lt;P&gt;Ah, I just went back and realized I made my offset off of the _Freq_ when I did my proc summary and not the summed denominator count. Therefore my numbers were off.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Correcting that now produces a match with my by-hand calculation as I thought should be the case.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Feb 2025 05:55:39 GMT</pubDate>
    <dc:creator>sasgorilla</dc:creator>
    <dc:date>2025-02-20T05:55:39Z</dc:date>
    <item>
      <title>Calculating crude estimate with proc genmod poisson regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Calculating-crude-estimate-with-proc-genmod-poisson-regression/m-p/959747#M48068</link>
      <description>&lt;P&gt;Hi. I'm starting to do a poisson regression with proc genmod and wanted to first check that I have my data summarized correctly. I assumed that I could test this with the following crude model without covariates and compare the estimate with a by-hand calculation of outcome/person-time.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc genmod data=summarized;
	MODEL outcome=  /dist=poisson link=log offset=logdenomcount;
	estimate "Crude" intercept 1;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;However,&amp;nbsp;&amp;nbsp;the estimate and my by-hand rate are not the same. Is my assumption these should match incorrect?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 05:48:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Calculating-crude-estimate-with-proc-genmod-poisson-regression/m-p/959747#M48068</guid>
      <dc:creator>sasgorilla</dc:creator>
      <dc:date>2025-02-20T05:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating crude estimate with proc genmod poisson regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Calculating-crude-estimate-with-proc-genmod-poisson-regression/m-p/959748#M48069</link>
      <description>&lt;P&gt;Ah, I just went back and realized I made my offset off of the _Freq_ when I did my proc summary and not the summed denominator count. Therefore my numbers were off.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Correcting that now produces a match with my by-hand calculation as I thought should be the case.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 05:55:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Calculating-crude-estimate-with-proc-genmod-poisson-regression/m-p/959748#M48069</guid>
      <dc:creator>sasgorilla</dc:creator>
      <dc:date>2025-02-20T05:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating crude estimate with proc genmod poisson regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Calculating-crude-estimate-with-proc-genmod-poisson-regression/m-p/959750#M48070</link>
      <description>&lt;P&gt;If you want to get RATE ,check "Mean Estimate" column .&lt;/P&gt;
&lt;P&gt;If you want to get COUNT, check "L'Beta Estimate" column.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1740032225825.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/104782i9D0618032B3B21B5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1740032225825.png" alt="Ksharp_0-1740032225825.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 06:17:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Calculating-crude-estimate-with-proc-genmod-poisson-regression/m-p/959750#M48070</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2025-02-20T06:17:31Z</dc:date>
    </item>
  </channel>
</rss>

