<?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: proc genmod graphics for count data model fit assessment in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/proc-genmod-graphics-for-count-data-model-fit-assessment/m-p/476091#M24792</link>
    <description>&lt;P&gt;Follow the example in the article &lt;A href="https://blogs.sas.com/content/iml/2012/04/04/fitting-a-poisson-distribution-to-data-in-sas.html" target="_self"&gt;"Fitting a Poisson distribution to data in SAS."&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The only difference is that your response is named 'scores' instead of 'N' and your counts are 0-7 instead&amp;nbsp;of 0-13.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SGPlot48.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/21612i8B0E118D87FDB9F3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SGPlot48.png" alt="SGPlot48.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Jul 2018 20:15:41 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2018-07-06T20:15:41Z</dc:date>
    <item>
      <title>proc genmod graphics for count data model fit assessment</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-genmod-graphics-for-count-data-model-fit-assessment/m-p/476035#M24791</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am a beginner stat student. I am trying to plot observed and predicted Poisson and negative binomial probabilities against the&lt;/P&gt;&lt;P&gt;data observed. I have no experience or prior knowledge of graphing. I am getting lost in all complex explanations.&lt;/P&gt;&lt;P&gt;Can you please help me in simplest way of accomplishing this task?&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Below is my syntax. How do I plot&amp;nbsp;predicted Poisson and negative binomial probabilities against the sample below?&lt;/P&gt;&lt;P&gt;data world;&lt;BR /&gt;input scores @@;&lt;BR /&gt;datalines;&lt;BR /&gt;5 1 6 3 2 1 2 1 1 2 1 3 3 3 3&lt;BR /&gt;4 1 1 1 2 1 3 2 2 3 7 3 3 7&lt;BR /&gt;4 3 3 3 2 4 2 0 3 3 3 2 4 2&lt;BR /&gt;1 1 1 3 7 3 2 2 2 5&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;proc means data=world n mean var;&lt;BR /&gt;run;&lt;BR /&gt;/* Mean= 2.67 and Variance=2.56. The data is a good canfidate for poisson distribution. */&lt;/P&gt;&lt;P&gt;proc genmod data=world;&lt;BR /&gt;model scores= /dist=poisson link=log;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jul 2018 14:59:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-genmod-graphics-for-count-data-model-fit-assessment/m-p/476035#M24791</guid>
      <dc:creator>Salih</dc:creator>
      <dc:date>2018-07-06T14:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: proc genmod graphics for count data model fit assessment</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-genmod-graphics-for-count-data-model-fit-assessment/m-p/476091#M24792</link>
      <description>&lt;P&gt;Follow the example in the article &lt;A href="https://blogs.sas.com/content/iml/2012/04/04/fitting-a-poisson-distribution-to-data-in-sas.html" target="_self"&gt;"Fitting a Poisson distribution to data in SAS."&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The only difference is that your response is named 'scores' instead of 'N' and your counts are 0-7 instead&amp;nbsp;of 0-13.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SGPlot48.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/21612i8B0E118D87FDB9F3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SGPlot48.png" alt="SGPlot48.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jul 2018 20:15:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-genmod-graphics-for-count-data-model-fit-assessment/m-p/476091#M24792</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-07-06T20:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: proc genmod graphics for count data model fit assessment</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-genmod-graphics-for-count-data-model-fit-assessment/m-p/476133#M24793</link>
      <description>&lt;P&gt;Can you please share the link again? It is not working.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jul 2018 19:59:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-genmod-graphics-for-count-data-model-fit-assessment/m-p/476133#M24793</guid>
      <dc:creator>Salih</dc:creator>
      <dc:date>2018-07-06T19:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: proc genmod graphics for count data model fit assessment</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-genmod-graphics-for-count-data-model-fit-assessment/m-p/476143#M24794</link>
      <description>&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2012/04/04/fitting-a-poisson-distribution-to-data-in-sas.html" target="_self"&gt;https://blogs.sas.com/content/iml/2012/04/04/fitting-a-poisson-distribution-to-data-in-sas.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jul 2018 20:15:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-genmod-graphics-for-count-data-model-fit-assessment/m-p/476143#M24794</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-07-06T20:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: proc genmod graphics for count data model fit assessment</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-genmod-graphics-for-count-data-model-fit-assessment/m-p/476567#M24805</link>
      <description>&lt;P&gt;Another example that produces both an observed vs. expected plot (using PROC COUNTREG) and a test of the fit (using PROC FREQ) is shown in &lt;A href="http://support.sas.com/kb/48914" target="_self"&gt;this note&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 19:01:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-genmod-graphics-for-count-data-model-fit-assessment/m-p/476567#M24805</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2018-07-09T19:01:28Z</dc:date>
    </item>
  </channel>
</rss>

