<?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 plot a graph for Poisson regression in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/plot-a-graph-for-Poisson-regression/m-p/514266#M2697</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I need to plot a graph of the fitted Poisson regression model versus the x variable (month in my code). Also plot the observed number of Y (nf&amp;nbsp;in my code) on this graph. What the code that I could write for that as I already wrote this code&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;genmod&lt;/STRONG&gt; data = prog;&lt;/P&gt;&lt;P&gt;model nf= month / dist=Poisson type1 type3 ;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Sun, 18 Nov 2018 18:39:40 GMT</pubDate>
    <dc:creator>shahd</dc:creator>
    <dc:date>2018-11-18T18:39:40Z</dc:date>
    <item>
      <title>plot a graph for Poisson regression</title>
      <link>https://communities.sas.com/t5/New-SAS-User/plot-a-graph-for-Poisson-regression/m-p/514266#M2697</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I need to plot a graph of the fitted Poisson regression model versus the x variable (month in my code). Also plot the observed number of Y (nf&amp;nbsp;in my code) on this graph. What the code that I could write for that as I already wrote this code&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;genmod&lt;/STRONG&gt; data = prog;&lt;/P&gt;&lt;P&gt;model nf= month / dist=Poisson type1 type3 ;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Sun, 18 Nov 2018 18:39:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/plot-a-graph-for-Poisson-regression/m-p/514266#M2697</guid>
      <dc:creator>shahd</dc:creator>
      <dc:date>2018-11-18T18:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: plot a graph for Poisson regression</title>
      <link>https://communities.sas.com/t5/New-SAS-User/plot-a-graph-for-Poisson-regression/m-p/514276#M2699</link>
      <description>First check the PLOTS option of PROC GENMOD to see if it has a default graph that you want. If it doesn't then you have to capture the output needed to create the graph - see the OUTPUT statement to get the output needed.</description>
      <pubDate>Sun, 18 Nov 2018 19:32:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/plot-a-graph-for-Poisson-regression/m-p/514276#M2699</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-18T19:32:07Z</dc:date>
    </item>
  </channel>
</rss>

