<?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: Diagnostic Statistics plot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Diagnostic-Statistics-plot/m-p/345331#M12005</link>
    <description>&lt;P&gt;You must be running additional statements that you are not telling us. Perhaps these are in an autoexec&amp;nbsp;file or in another section of your program that you do not realize is setting global options. &amp;nbsp;At least now you know that the code is correct and that you can look elsewhere for the problem. Good luck.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Mar 2017 12:16:03 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2017-03-29T12:16:03Z</dc:date>
    <item>
      <title>Diagnostic Statistics plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Diagnostic-Statistics-plot/m-p/343645#M11917</link>
      <description>&lt;P&gt;i want to get an output for diagnostic graphs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics on;
ods listing gpath="/home/rif_160/";
proc genmod data=SASHELP.MARGARIN descending;
class brand;
model choice=brand / dist=bin type3 link=logit;
bayes nbi=1000 nmc=10000 thin=2 seed=159 plots=trace;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;can someone tell me how to get the output in form of graphs???&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 10:36:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Diagnostic-Statistics-plot/m-p/343645#M11917</guid>
      <dc:creator>rif_160</dc:creator>
      <dc:date>2017-03-23T10:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Diagnostic Statistics plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Diagnostic-Statistics-plot/m-p/343669#M11918</link>
      <description>&lt;P&gt;For most SAS procedures, you select plots by using the PLOTS= option on the procedure statement&amp;nbsp;(in this case, the PROC GENMOD statement). The &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_genmod_syntax01.htm" target="_self"&gt;PROC GENMOD documentation&lt;/A&gt;&amp;nbsp;tells you what keywords you can use to select plots.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are many diagnostic plots, including CooksD, DFBeta, Leverage, ResChi, and ResDev. There are also diagnostic plots for the BAYES option, such as ADPanel and AutocorrPanel. A complete set of all plots, along with the statements (MODEL, BAYES, etc) that they refer to, are&amp;nbsp;in &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_genmod_details144.htm" target="_self"&gt;the section of the doc titled &amp;nbsp;"ODS Graphics"&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 11:36:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Diagnostic-Statistics-plot/m-p/343669#M11918</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-03-23T11:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Diagnostic Statistics plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Diagnostic-Statistics-plot/m-p/343764#M11924</link>
      <description>&lt;P&gt;thanks for your reply. i have seen the documents you have mentioned. but i can not see any graphs&amp;nbsp;in the graphs window,&amp;nbsp;results are in tabular form only in the output window.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics on;
proc genmod data=SASHELP.MARGARIN descending;
class brand;
model choice=brand logprice/ dist=bin type3 link=logit;
bayes nbi=1000 nmc=10000 thin=2 seed=159 plots=autocorr;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;thats the code i am using. i am using SAS on Demand for Academics. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 16:07:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Diagnostic-Statistics-plot/m-p/343764#M11924</guid>
      <dc:creator>rif_160</dc:creator>
      <dc:date>2017-03-23T16:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Diagnostic Statistics plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Diagnostic-Statistics-plot/m-p/343785#M11929</link>
      <description>&lt;P&gt;Your&amp;nbsp;code works and creates graphs for me, so I wonder if the issue is related to SAS On Demand&amp;nbsp;for Academics. I am not experienced with SODA, but since you mention "the graphs window" and "the output window" I wonder whether you have closed some ODS destinations? Try opening a destination such as HTML and see what happens. Put&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS HTML;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;prior to your procedure call. &amp;nbsp;If that doesn't work, I can move your post to a SODA forum, since your code is correct and should work.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 17:25:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Diagnostic-Statistics-plot/m-p/343785#M11929</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-03-23T17:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Diagnostic Statistics plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Diagnostic-Statistics-plot/m-p/345329#M12004</link>
      <description>&lt;P&gt;thanks, it worked with HTML but diagnostic plots are still not displayed in HTML. they are saved separately. but sometimes i get an error message that location&amp;nbsp;has no permissions to wirte although i have specified the location i am wokring in. sometimes it funcitons properly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 11:54:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Diagnostic-Statistics-plot/m-p/345329#M12004</guid>
      <dc:creator>rif_160</dc:creator>
      <dc:date>2017-03-29T11:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Diagnostic Statistics plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Diagnostic-Statistics-plot/m-p/345331#M12005</link>
      <description>&lt;P&gt;You must be running additional statements that you are not telling us. Perhaps these are in an autoexec&amp;nbsp;file or in another section of your program that you do not realize is setting global options. &amp;nbsp;At least now you know that the code is correct and that you can look elsewhere for the problem. Good luck.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 12:16:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Diagnostic-Statistics-plot/m-p/345331#M12005</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-03-29T12:16:03Z</dc:date>
    </item>
  </channel>
</rss>

