<?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 GENMMOD: Interpreting Gamma Regression (dist-GAMMA, link=LOG) in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMMOD-Interpreting-Gamma-Regression-dist-GAMMA-link-LOG/m-p/857748#M42403</link>
    <description>&lt;P&gt;Hi there! I am struggling to interpret my SAS output for gamma regression using PROC GENMOD, where the dist=GAMMA and the link=LOG. My dependent and independent variables (and other covariates) are continuous. The dependent variable is measured in weeks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am stuck because in the "Contrast Estimate Results" table I get a mean estimate of 1.01, and I'm not sure how to interpret it because when I convert the dependent variable to days (so I can interpret a larger beta estimate), I get an identical mean estimate of 1.01, and the only thing that changes is my intercept.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With that in mind, is the mean estimate &lt;STRONG&gt;not&lt;/STRONG&gt; interpreted as the change in y for every unit change in x? I've seen mixed responses and based on my identical answer despite changing the units of y, I wanted to inquire. Thank you!&lt;/P&gt;</description>
    <pubDate>Wed, 08 Feb 2023 13:44:12 GMT</pubDate>
    <dc:creator>mepidemiology</dc:creator>
    <dc:date>2023-02-08T13:44:12Z</dc:date>
    <item>
      <title>PROC GENMMOD: Interpreting Gamma Regression (dist-GAMMA, link=LOG)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMMOD-Interpreting-Gamma-Regression-dist-GAMMA-link-LOG/m-p/857748#M42403</link>
      <description>&lt;P&gt;Hi there! I am struggling to interpret my SAS output for gamma regression using PROC GENMOD, where the dist=GAMMA and the link=LOG. My dependent and independent variables (and other covariates) are continuous. The dependent variable is measured in weeks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am stuck because in the "Contrast Estimate Results" table I get a mean estimate of 1.01, and I'm not sure how to interpret it because when I convert the dependent variable to days (so I can interpret a larger beta estimate), I get an identical mean estimate of 1.01, and the only thing that changes is my intercept.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With that in mind, is the mean estimate &lt;STRONG&gt;not&lt;/STRONG&gt; interpreted as the change in y for every unit change in x? I've seen mixed responses and based on my identical answer despite changing the units of y, I wanted to inquire. Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 13:44:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMMOD-Interpreting-Gamma-Regression-dist-GAMMA-link-LOG/m-p/857748#M42403</guid>
      <dc:creator>mepidemiology</dc:creator>
      <dc:date>2023-02-08T13:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GENMMOD: Interpreting Gamma Regression (dist-GAMMA, link=LOG)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMMOD-Interpreting-Gamma-Regression-dist-GAMMA-link-LOG/m-p/857795#M42404</link>
      <description>You need to show the GENMOD statements that you submitted - including your ESTIMATE statement. I assume that the second run uses identical code except possibly a different response variable name for the variable that multiplies the week-based response variable by 7, yes?</description>
      <pubDate>Wed, 08 Feb 2023 17:32:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMMOD-Interpreting-Gamma-Regression-dist-GAMMA-link-LOG/m-p/857795#M42404</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2023-02-08T17:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GENMMOD: Interpreting Gamma Regression (dist-GAMMA, link=LOG)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMMOD-Interpreting-Gamma-Regression-dist-GAMMA-link-LOG/m-p/857845#M42405</link>
      <description>&lt;P&gt;Hi! Yes, that is correct, the code is identical except the variable for days is that of weeks multiplied by 7. I apologize - here are the statements:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc genmod data=dataset;&lt;BR /&gt;model age_days = exposure covariate1 covariate2 covariate3&amp;nbsp; /dist=GAMMA link=log;&lt;BR /&gt;estimate "Age, days with exposure" exposure 1;&lt;BR /&gt;ods output estimates = day_exp;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc genmod data=dataset;&lt;BR /&gt;model age_wks = exposure covariate1 covariate2 covariate3&amp;nbsp; /dist=GAMMA link=log;&lt;BR /&gt;estimate "Age, weeks with exposure" exposure 1;&lt;BR /&gt;ods output estimates = week_exp;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 20:02:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMMOD-Interpreting-Gamma-Regression-dist-GAMMA-link-LOG/m-p/857845#M42405</guid>
      <dc:creator>mepidemiology</dc:creator>
      <dc:date>2023-02-08T20:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GENMMOD: Interpreting Gamma Regression (dist-GAMMA, link=LOG)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMMOD-Interpreting-Gamma-Regression-dist-GAMMA-link-LOG/m-p/857894#M42406</link>
      <description>Algebraically, the model (just considering the exposure) is &lt;BR /&gt;  log(y)=b0 + b1*x. &lt;BR /&gt;If you multiply y by 7, then the model is &lt;BR /&gt;  log(7y) = log(7)+log(y) = b0 + b1*x &lt;BR /&gt;which can be written&lt;BR /&gt;  log(y)=(b0-log(7)) + b1*x&lt;BR /&gt;So, all that happens is that the intercept gets decreased by log(7).</description>
      <pubDate>Wed, 08 Feb 2023 21:21:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMMOD-Interpreting-Gamma-Regression-dist-GAMMA-link-LOG/m-p/857894#M42406</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2023-02-08T21:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GENMMOD: Interpreting Gamma Regression (dist-GAMMA, link=LOG)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMMOD-Interpreting-Gamma-Regression-dist-GAMMA-link-LOG/m-p/858035#M42409</link>
      <description>&lt;P&gt;Thank you! I will look deeper into this to wrap my head around it, but it makes sense. Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 14:53:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMMOD-Interpreting-Gamma-Regression-dist-GAMMA-link-LOG/m-p/858035#M42409</guid>
      <dc:creator>mepidemiology</dc:creator>
      <dc:date>2023-02-09T14:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GENMMOD: Interpreting Gamma Regression (dist-GAMMA, link=LOG)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMMOD-Interpreting-Gamma-Regression-dist-GAMMA-link-LOG/m-p/858551#M42437</link>
      <description>Thank you again! Quick follow up - given this, how would I interpret Beta for days and then weeks? For instance a b1-unit increase in x is associated with ## change in y (in days), and in the other model, a b1-unit increase in x is associated with a ## change in y (weeks). Do I need the intercepts?</description>
      <pubDate>Mon, 13 Feb 2023 18:25:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMMOD-Interpreting-Gamma-Regression-dist-GAMMA-link-LOG/m-p/858551#M42437</guid>
      <dc:creator>mepidemiology</dc:creator>
      <dc:date>2023-02-13T18:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GENMMOD: Interpreting Gamma Regression (dist-GAMMA, link=LOG)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMMOD-Interpreting-Gamma-Regression-dist-GAMMA-link-LOG/m-p/858556#M42438</link>
      <description>The log response changes by b1 for each unit change in the predictor - whatever the predictor's units.</description>
      <pubDate>Mon, 13 Feb 2023 18:28:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMMOD-Interpreting-Gamma-Regression-dist-GAMMA-link-LOG/m-p/858556#M42438</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2023-02-13T18:28:57Z</dc:date>
    </item>
  </channel>
</rss>

