<?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: Interpreting ESTIMATE using PROC GLIMMIX with a Tweedie or Poisson/Gamma mixed distribution in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-ESTIMATE-using-PROC-GLIMMIX-with-a-Tweedie-or/m-p/352400#M18471</link>
    <description>&lt;PRE&gt;
Try not use ilink.

estimate "Plan vs No Plan" intercept 1  plan 0 1 ;

or try lsmeans
lsmeans plan/ilink diff exp cl;

&lt;/PRE&gt;</description>
    <pubDate>Sat, 22 Apr 2017 05:51:53 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2017-04-22T05:51:53Z</dc:date>
    <item>
      <title>Interpreting ESTIMATE using PROC GLIMMIX with a Tweedie or Poisson/Gamma mixed distribution</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-ESTIMATE-using-PROC-GLIMMIX-with-a-Tweedie-or/m-p/352207#M18460</link>
      <description>&lt;P&gt;Hello, All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have monthly claims data with 27% having zero value, and some monthly values exceeding $1M. Members can have 12 months of data. As a repeated measure, I'm using GLIMMIX to predict the monthly value where, in a data step to prepare the data, I'm using the statement:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if COST = 0 then dist = "POISSON"; else dist = "GAMMA";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This simulates a Tweedie distribution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then in the model, I have:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc glimmix data = DSN method = quad;&lt;BR /&gt;class month &amp;nbsp;dist &amp;nbsp;plan;&lt;BR /&gt;model COST = month plan / solution &amp;nbsp;DIST=byobs(dist) ;&lt;BR /&gt;random intercept / subject = member TYPE = Toeplitz ;&lt;BR /&gt;estimate "Plan vs No Plan" intercept 1 &amp;nbsp;plan&amp;nbsp;0 1 / E ilink;&lt;BR /&gt;estimate "Month 1: Plan vs no plan" intercept 1 &amp;nbsp;month 1 0 0 0 0 0 0 0 0 0 0 0 0 0 plan&amp;nbsp;0 1 / E ilink;&lt;BR /&gt;run; title1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;E and ILINK provides me with a mean estimate but it is not in scale of the COST. What is the back transformation from the estimated mean to recover the actual cost?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 15:09:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-ESTIMATE-using-PROC-GLIMMIX-with-a-Tweedie-or/m-p/352207#M18460</guid>
      <dc:creator>GoFishing</dc:creator>
      <dc:date>2017-04-21T15:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting ESTIMATE using PROC GLIMMIX with a Tweedie or Poisson/Gamma mixed distribution</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-ESTIMATE-using-PROC-GLIMMIX-with-a-Tweedie-or/m-p/352400#M18471</link>
      <description>&lt;PRE&gt;
Try not use ilink.

estimate "Plan vs No Plan" intercept 1  plan 0 1 ;

or try lsmeans
lsmeans plan/ilink diff exp cl;

&lt;/PRE&gt;</description>
      <pubDate>Sat, 22 Apr 2017 05:51:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-ESTIMATE-using-PROC-GLIMMIX-with-a-Tweedie-or/m-p/352400#M18471</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-04-22T05:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting ESTIMATE using PROC GLIMMIX with a Tweedie or Poisson/Gamma mixed distribution</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-ESTIMATE-using-PROC-GLIMMIX-with-a-Tweedie-or/m-p/352899#M18491</link>
      <description>&lt;P&gt;I switched&amp;nbsp;EXP&amp;nbsp;for EST in&amp;nbsp;the LSMEANS statement and it worked. Thanks for the tip.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2017 15:08:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-ESTIMATE-using-PROC-GLIMMIX-with-a-Tweedie-or/m-p/352899#M18491</guid>
      <dc:creator>GoFishing</dc:creator>
      <dc:date>2017-04-24T15:08:34Z</dc:date>
    </item>
  </channel>
</rss>

