<?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: genmod interpreting coefficient in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/genmod-interpreting-coefficient/m-p/643573#M30834</link>
    <description>&lt;P&gt;This is a case where the SOLUTION vector will be useful.&amp;nbsp; The categorical variable will change only the baseline, unless you have fit the continuous by categorical interaction.&amp;nbsp; In the latter case, there will be a separate slope for each level of the categorical variable.&amp;nbsp; To get the estimates as slope coefficients rather than as deviations, where you will have to do some additive preprocessing to get the slope estimate, use the NOINT option in the MODEL statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So to get what your are requesting, do two things: Include the continuous by categorical interaction in the model and include the NOINT option in the MODEL statement.&amp;nbsp; You can then exponentiate the estimates and the confidence bounds to get what you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDemja,&lt;/P&gt;</description>
    <pubDate>Tue, 28 Apr 2020 12:36:05 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2020-04-28T12:36:05Z</dc:date>
    <item>
      <title>genmod interpreting coefficient</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/genmod-interpreting-coefficient/m-p/643353#M30819</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a model to predict cost using the GenMOD procedures. The distribution used is Inverse Gaussian with a log link. The predicted values&amp;nbsp; in the output dataset and the graph produced by effectplot make sense. The predicted costs are in the order of tens of thousands of dollars. The coefficient parameters instead are&amp;nbsp; decimals. For example how do i interpret that the coefficient&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;estimate of a covariate such as diabetes is 0.1? How can I convert it into dollars?&amp;nbsp; I would really appreciate your feedback. Thank you&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 16:46:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/genmod-interpreting-coefficient/m-p/643353#M30819</guid>
      <dc:creator>Giampaolo</dc:creator>
      <dc:date>2020-04-27T16:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: genmod interpreting coefficient</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/genmod-interpreting-coefficient/m-p/643387#M30820</link>
      <description>&lt;P&gt;Let's suppose that the coefficient is 0.1. Then for every increase of 1 for diabetes (and I don't know what units apply here), you should expect an increase of exp(0.1) =1.105 in the cost.&amp;nbsp; Does that make sense?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 18:02:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/genmod-interpreting-coefficient/m-p/643387#M30820</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2020-04-27T18:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: genmod interpreting coefficient</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/genmod-interpreting-coefficient/m-p/643396#M30822</link>
      <description>&lt;P&gt;Thank you! So I need to exponentiate&amp;nbsp; the coefficients first to understand how the dependent variable cos&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;increase, because of my log link. Correct?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is it possible then to construct a Table with $ amounts instead of coefficient parameters? For example if I have a continuous predictor (mg/dl of Glucose) interacting with a categorical predictor (diabetes), and&amp;nbsp; I am interested in the cost increase per mg increase of glucose at different levels of the categorical variable (no diabetes, with diabetes treated with insulin, etc. ), with confidence intervals,&amp;nbsp; can I obtain this from proc genmod?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 18:58:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/genmod-interpreting-coefficient/m-p/643396#M30822</guid>
      <dc:creator>Giampaolo</dc:creator>
      <dc:date>2020-04-27T18:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: genmod interpreting coefficient</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/genmod-interpreting-coefficient/m-p/643573#M30834</link>
      <description>&lt;P&gt;This is a case where the SOLUTION vector will be useful.&amp;nbsp; The categorical variable will change only the baseline, unless you have fit the continuous by categorical interaction.&amp;nbsp; In the latter case, there will be a separate slope for each level of the categorical variable.&amp;nbsp; To get the estimates as slope coefficients rather than as deviations, where you will have to do some additive preprocessing to get the slope estimate, use the NOINT option in the MODEL statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So to get what your are requesting, do two things: Include the continuous by categorical interaction in the model and include the NOINT option in the MODEL statement.&amp;nbsp; You can then exponentiate the estimates and the confidence bounds to get what you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDemja,&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 12:36:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/genmod-interpreting-coefficient/m-p/643573#M30834</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2020-04-28T12:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: genmod interpreting coefficient</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/genmod-interpreting-coefficient/m-p/643741#M30871</link>
      <description>&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have not had yet&amp;nbsp; the possibility to work on my dataset to test your suggestion but if I manage to apply it without mistakes it would be exactly what I need.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #333333; cursor: text; font-family: inherit; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 1.7142; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 23:33:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/genmod-interpreting-coefficient/m-p/643741#M30871</guid>
      <dc:creator>Giampaolo</dc:creator>
      <dc:date>2020-04-28T23:33:30Z</dc:date>
    </item>
  </channel>
</rss>

