<?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: Why the Poisson distribution is outputting wrong estimates? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Why-the-Poisson-distribution-is-outputting-wrong-estimates/m-p/153349#M8031</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The default link function for the Poissonis log. So, I think all your graphics are on the log linear predictor scale. You can add the ilink option to the plots statement to get the inverse line (original scale).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Aug 2014 17:11:48 GMT</pubDate>
    <dc:creator>lvm</dc:creator>
    <dc:date>2014-08-07T17:11:48Z</dc:date>
    <item>
      <title>Why the Poisson distribution is outputting wrong estimates?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-the-Poisson-distribution-is-outputting-wrong-estimates/m-p/153346#M8028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The QQ Plot suggests that the studentized residuals of the response variables are not normally distributed.&lt;/P&gt;&lt;P&gt;When I run it with a poisson distributions (or others) it is outputting completely unfeasible estimates. It should be around 0.20 (which would be 20%) and it is estimating negative numbers. &lt;/P&gt;&lt;P&gt;I thought could be scaling issues (multiplied by 100) but it is not.&lt;/P&gt;&lt;P&gt;I have tried different estimation methods too (LaPlace, Quadrature). Not sure if it could be the linkfunction?&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Marcio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 15:48:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-the-Poisson-distribution-is-outputting-wrong-estimates/m-p/153346#M8028</guid>
      <dc:creator>marcioadg</dc:creator>
      <dc:date>2014-08-07T15:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Why the Poisson distribution is outputting wrong estimates?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-the-Poisson-distribution-is-outputting-wrong-estimates/m-p/153347#M8029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without your data or code its almost impossible to say &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 15:58:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-the-Poisson-distribution-is-outputting-wrong-estimates/m-p/153347#M8029</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-08-07T15:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Why the Poisson distribution is outputting wrong estimates?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-the-Poisson-distribution-is-outputting-wrong-estimates/m-p/153348#M8030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Reeza,&lt;/P&gt;&lt;P&gt;Please let me know if this helps. Note this is only one of the codes I tried. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc glimmix data=sows&amp;nbsp; method=quad&amp;nbsp; plots=residualpanel(conditional marginal) ;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;CLASS week&amp;nbsp; WeighGr90&amp;nbsp; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MODEL CV = WeighGr90 / dist=poisson&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;*random _residual_ / group=vargroup ;&lt;/P&gt;&lt;P&gt;random intercept / subject=week ;&lt;/P&gt;&lt;P&gt;lsmeans WeighGr90/pdiff;&lt;/P&gt;&lt;P&gt;output out=igausout pred=p resid=r STUDENT=std;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 16:02:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-the-Poisson-distribution-is-outputting-wrong-estimates/m-p/153348#M8030</guid>
      <dc:creator>marcioadg</dc:creator>
      <dc:date>2014-08-07T16:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Why the Poisson distribution is outputting wrong estimates?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-the-Poisson-distribution-is-outputting-wrong-estimates/m-p/153349#M8031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The default link function for the Poissonis log. So, I think all your graphics are on the log linear predictor scale. You can add the ilink option to the plots statement to get the inverse line (original scale).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 17:11:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-the-Poisson-distribution-is-outputting-wrong-estimates/m-p/153349#M8031</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2014-08-07T17:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Why the Poisson distribution is outputting wrong estimates?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-the-Poisson-distribution-is-outputting-wrong-estimates/m-p/153350#M8032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks lvm, but the problem are the lsmeans estimates, even with the ilink option on the lsmeans statement it is retuning the negative values. Any thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 19:14:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-the-Poisson-distribution-is-outputting-wrong-estimates/m-p/153350#M8032</guid>
      <dc:creator>marcioadg</dc:creator>
      <dc:date>2014-08-07T19:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Why the Poisson distribution is outputting wrong estimates?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-the-Poisson-distribution-is-outputting-wrong-estimates/m-p/153351#M8033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to be more specific. YOu have to put ilink in the lsmeans statement and in the plots opiton (on the proc statement) to see the inverse link means. Even with ilink option on lsmeans, you first get the logs, then on the right the inverse link (data scale means). Your example code does not give ilink anywhere.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 19:24:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-the-Poisson-distribution-is-outputting-wrong-estimates/m-p/153351#M8033</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2014-08-07T19:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Why the Poisson distribution is outputting wrong estimates?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-the-Poisson-distribution-is-outputting-wrong-estimates/m-p/153352#M8034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;lvm,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the ilink on the lsmeans statement was actually giving the right information, but you are right I was only looking on the left side of the table (so used to it). It is giving me on the right side like you said, the information that I needed. Thanks a lot! I really appreciate it! Problem solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 19:57:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-the-Poisson-distribution-is-outputting-wrong-estimates/m-p/153352#M8034</guid>
      <dc:creator>marcioadg</dc:creator>
      <dc:date>2014-08-07T19:57:31Z</dc:date>
    </item>
  </channel>
</rss>

