<?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: ods graph in genmod in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/ods-graph-in-genmod/m-p/10898#M143</link>
    <description>It looks like you are missing a PLOTS = option to request the actual plots.</description>
    <pubDate>Fri, 10 Jun 2011 17:38:22 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2011-06-10T17:38:22Z</dc:date>
    <item>
      <title>ods graph in genmod</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ods-graph-in-genmod/m-p/10897#M142</link>
      <description>when i run the following program. It shows me the result but I cannot see any graph. I wanna see the graph to see how well it fits the data.&lt;BR /&gt;
data Crash;&lt;BR /&gt;
input ID year major minor accident wt;&lt;BR /&gt;
datalines;&lt;BR /&gt;
1 3 9.8	9.9	10 0 &lt;BR /&gt;
1 4 9.7	9.8	10 0&lt;BR /&gt;
1 5 9.8	9.8	9 0&lt;BR /&gt;
1 6 9.9 9.8 4 -1.10&lt;BR /&gt;
2 2 10.7 9.5 38 0&lt;BR /&gt;
2 3 10.7 9.5 46 0&lt;BR /&gt;
2 4 10.7 9.6 44 0&lt;BR /&gt;
2 5 10.7 9.6 39 -0.29&lt;BR /&gt;
3 1 11.0 9.2 41 0&lt;BR /&gt;
3 2 11.0 9.3 49 0&lt;BR /&gt;
3 3 11.1 9.3 40 0&lt;BR /&gt;
3 4 11.1 9.4 20 -1.10&lt;BR /&gt;
4 2 10.4 10.0 40 0&lt;BR /&gt;
4 3 10.4 10.1 31 0&lt;BR /&gt;
4 4 10.2 9.9 45 0&lt;BR /&gt;
4 5 10.3 10.1 38 -0.29&lt;BR /&gt;
5 3 10.6 10.4 78 0&lt;BR /&gt;
5 4 10.6 10.4 64 0&lt;BR /&gt;
5 5 10.6 10.4 54 0&lt;BR /&gt;
5 6 10.6 10.5 27 -1.39&lt;BR /&gt;
6 2 10.4 10.1 57 0&lt;BR /&gt;
6 3 10.4 10.1 51 0&lt;BR /&gt;
6 4 10.2 10.1 49 0&lt;BR /&gt;
6 5 10.3 10.2 14 -1.39&lt;BR /&gt;
7 2 10.5 10.4 56 0&lt;BR /&gt;
7 3 10.5 10.4 41 0&lt;BR /&gt;
7 4 10.4 10.4 50 0&lt;BR /&gt;
7 5 10.6 10.4 21 -0.54&lt;BR /&gt;
8 2 10.3 9.6 41 0&lt;BR /&gt;
8 3 10.3 9.7 31 0&lt;BR /&gt;
8 4 10.4 9.7 33 0&lt;BR /&gt;
8 5 10.4 9.9 9 -1.39&lt;BR /&gt;
9 1 10.2 8.7 20 0&lt;BR /&gt;
9 2 10.1 8.6 4 0&lt;BR /&gt;
9 3 10.2 8.5 14 0&lt;BR /&gt;
9 4 10.0 8.2 15 0&lt;BR /&gt;
9 5 10.1 8.6 8 0&lt;BR /&gt;
9 6 10.1 8.6 11 0&lt;BR /&gt;
10 1 9.9 8.0 13 0&lt;BR /&gt;
10 2 9.9 8.0 9 0&lt;BR /&gt;
10 3 10.0 8.1 12 0&lt;BR /&gt;
10 4 10.1 8.1 10 0&lt;BR /&gt;
10 5 10.1 8.2 12 0&lt;BR /&gt;
10 6 10.0 8.1 16 0&lt;BR /&gt;
;&lt;BR /&gt;
run;&lt;BR /&gt;
ods graphics on;&lt;BR /&gt;
proc genmod data=Crash; class ID year;&lt;BR /&gt;
model accident= major minor/dist=nb link=log&lt;BR /&gt;
offset=wt type3 wald; &lt;BR /&gt;
assess link / crpanel;&lt;BR /&gt;
run;&lt;BR /&gt;
quit; &lt;BR /&gt;
ods graphics off;</description>
      <pubDate>Fri, 10 Jun 2011 14:16:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ods-graph-in-genmod/m-p/10897#M142</guid>
      <dc:creator>Najmeh</dc:creator>
      <dc:date>2011-06-10T14:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: ods graph in genmod</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ods-graph-in-genmod/m-p/10898#M143</link>
      <description>It looks like you are missing a PLOTS = option to request the actual plots.</description>
      <pubDate>Fri, 10 Jun 2011 17:38:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ods-graph-in-genmod/m-p/10898#M143</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2011-06-10T17:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: ods graph in genmod</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ods-graph-in-genmod/m-p/10899#M144</link>
      <description>try adding a ods destination.&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods graphics on;&lt;BR /&gt;
ods pdf body= 'c:\temp\genplot.pdf';&lt;BR /&gt;
proc genmod data=Crash; class ID year;&lt;BR /&gt;
model accident= major minor/dist=nb link=log&lt;BR /&gt;
offset=wt type3 wald; &lt;BR /&gt;
assess link / crpanel;&lt;BR /&gt;
run;&lt;BR /&gt;
quit; &lt;BR /&gt;
ods pdf close;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Tue, 14 Jun 2011 02:03:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ods-graph-in-genmod/m-p/10899#M144</guid>
      <dc:creator>ArtC</dc:creator>
      <dc:date>2011-06-14T02:03:12Z</dc:date>
    </item>
  </channel>
</rss>

