<?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 How to suppress influence diagnostic output but keep plots for logistics in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-suppress-influence-diagnostic-output-but-keep-plots-for/m-p/413680#M21701</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using the&amp;nbsp;INFLUENCE option to get diagnostic plots for logistic models. Is it possible to suppress influence the diagnostic output but keep the plots?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot,&lt;/P&gt;
&lt;P&gt;Lizi&lt;/P&gt;</description>
    <pubDate>Wed, 15 Nov 2017 15:19:16 GMT</pubDate>
    <dc:creator>lizzy28</dc:creator>
    <dc:date>2017-11-15T15:19:16Z</dc:date>
    <item>
      <title>How to suppress influence diagnostic output but keep plots for logistics</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-suppress-influence-diagnostic-output-but-keep-plots-for/m-p/413680#M21701</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using the&amp;nbsp;INFLUENCE option to get diagnostic plots for logistic models. Is it possible to suppress influence the diagnostic output but keep the plots?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot,&lt;/P&gt;
&lt;P&gt;Lizi&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 15:19:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-suppress-influence-diagnostic-output-but-keep-plots-for/m-p/413680#M21701</guid>
      <dc:creator>lizzy28</dc:creator>
      <dc:date>2017-11-15T15:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress influence diagnostic output but keep plots for logistics</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-suppress-influence-diagnostic-output-but-keep-plots-for/m-p/413688#M21705</link>
      <description>&lt;P&gt;Every table and graph in ODS has a name. You can use the ODS EXCLUDE statement to exclude any table or graph. In this case, the table is named "OutputStatistics," so use&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc reg data=sashelp.class plots=diagnostics;
model weight = height age / influence;
ods exclude OutputStatistics;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;To discover the names of tables and graphs, see&lt;A href="https://blogs.sas.com/content/iml/2015/09/08/ods-table-names.html" target="_self"&gt; "Find the ODS table names produced by any SAS procedure."&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 15:31:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-suppress-influence-diagnostic-output-but-keep-plots-for/m-p/413688#M21705</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-11-15T15:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress influence diagnostic output but keep plots for logistics</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-suppress-influence-diagnostic-output-but-keep-plots-for/m-p/413705#M21712</link>
      <description>&lt;P&gt;Just use the&amp;nbsp;plots(only)=influence option in the PROC LOGISTIC statement, but omit the INFLUENCE option in the MODEL statement.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 15:49:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-suppress-influence-diagnostic-output-but-keep-plots-for/m-p/413705#M21712</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2017-11-15T15:49:49Z</dc:date>
    </item>
  </channel>
</rss>

