<?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: offset interpretation for proc genmode in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/offset-interpretation-for-proc-genmode/m-p/901647#M44694</link>
    <description>This is really helpful. I am using COUNTY  VARIABLE in my model and that is why I used CLASS statement for COUNTY. infact my X2 is COUNTY. &lt;BR /&gt;Thanks a lot</description>
    <pubDate>Sun, 05 Nov 2023 23:52:10 GMT</pubDate>
    <dc:creator>raheleh22</dc:creator>
    <dc:date>2023-11-05T23:52:10Z</dc:date>
    <item>
      <title>offset interpretation for proc genmode</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/offset-interpretation-for-proc-genmode/m-p/901623#M44692</link>
      <description>&lt;P&gt;I have count outcome data across multiple counties ( therefore, different population/ per county). I am considering Poisson Regression with count cases and using term offset being log population. here is my code:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data ZZZZ;&lt;BR /&gt;SET ZZ;&lt;BR /&gt;ln = log(POPULATION);&lt;BR /&gt;RUN;&lt;BR /&gt;proc genmod data=ZZZZ;&lt;BR /&gt;class COUNTY (ref='1')/PARAM=REF;&lt;BR /&gt;WHERE TIME=1 ;&lt;BR /&gt;model case = X1 X2 / dist=poisson link=log offset=ln;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;I just wanted to make sure my code is considering population adjustment&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and how would be the interpretation. I got Estimates, are this estimates rates or it would be interpreted as : one unit increase in X, increase/decrease log cases?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Nov 2023 15:14:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/offset-interpretation-for-proc-genmode/m-p/901623#M44692</guid>
      <dc:creator>raheleh22</dc:creator>
      <dc:date>2023-11-05T15:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: offset interpretation for proc genmode</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/offset-interpretation-for-proc-genmode/m-p/901625#M44693</link>
      <description>&lt;P&gt;The offset, log of population in your case, is just another predictor in the model. The only difference is that it is restricted to have a parameter estimate equal to 1. In the estimation process, all parameter estimates are adjusted for the presence of the others. Since the response function that you are modeling is the log of the Poisson mean, that is what the parameter estimates apply to. So, the X1 parameter is the effect of a unit increase in X1 on the log Poisson mean - the log mean count. However, computing a linear combination of the parameters, without involving the offset value, predicts the rate, not the mean. See the discussion of all this in &lt;A href="https://support.sas.com/kb/24/188.html" target="_self"&gt;this note&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BTW, you should never specify a variable in the CLASS statement that is not used elsewhere in the model specification. Missing values in such variables will cause observations to be ignored which don't need to be. Since you are not using COUNTY in the model and it is the only thing in the CLASS statement, you should drop the CLASS statement.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Nov 2023 16:06:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/offset-interpretation-for-proc-genmode/m-p/901625#M44693</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2023-11-05T16:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: offset interpretation for proc genmode</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/offset-interpretation-for-proc-genmode/m-p/901647#M44694</link>
      <description>This is really helpful. I am using COUNTY  VARIABLE in my model and that is why I used CLASS statement for COUNTY. infact my X2 is COUNTY. &lt;BR /&gt;Thanks a lot</description>
      <pubDate>Sun, 05 Nov 2023 23:52:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/offset-interpretation-for-proc-genmode/m-p/901647#M44694</guid>
      <dc:creator>raheleh22</dc:creator>
      <dc:date>2023-11-05T23:52:10Z</dc:date>
    </item>
  </channel>
</rss>

