<?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: hide statement title in ods result in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/hide-statement-title-in-ods-result/m-p/805709#M22720</link>
    <description>&lt;P&gt;I'm not 100% sure, but you'll probably have to modify the template something like this...&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/34/186.html" target="_blank"&gt;https://support.sas.com/kb/34/186.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 03 Apr 2022 13:17:20 GMT</pubDate>
    <dc:creator>GraphGuy</dc:creator>
    <dc:date>2022-04-03T13:17:20Z</dc:date>
    <item>
      <title>hide statement title in ods result</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/hide-statement-title-in-ods-result/m-p/805451#M22716</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;data have;
  input pred resp;
  datalines;
0 1
1 1
2 0
3 1
4 1
5 1
6 1
7 0
8 0
9 1
;

ods graphics on;
                
ods select roccurve;

ods noproctitle;
   
proc logistic;
  model resp = pred / nofit;
  roc "have" pred = pred;  
run;

ods graphics off;&lt;/CODE&gt;&lt;/PRE&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="Quodly_0-1648799422943.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/70020i38218AC163DD9D86/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Quodly_0-1648799422943.png" alt="Quodly_0-1648799422943.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can one get rid of the model statement title above the figure?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 07:55:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/hide-statement-title-in-ods-result/m-p/805451#M22716</guid>
      <dc:creator>Quodly</dc:creator>
      <dc:date>2022-04-01T07:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: hide statement title in ods result</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/hide-statement-title-in-ods-result/m-p/805626#M22717</link>
      <description>&lt;P&gt;I have moved this post to the 'Graphics Programming' board.&lt;/P&gt;
&lt;P&gt;I'm confident that it will get an answer here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can start the discussion by saying you need to do this by changing the GRAPH(ic) template used by the LOGISTIC procedure.&lt;/P&gt;
&lt;P&gt;I have not done that since years, so it would take me too long to offer you a ready-made solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But here are some references :&lt;/P&gt;
&lt;P&gt;SAS® 9.4 and SAS® Viya® 3.5 Programming Documentation | SAS 9.4 / Viya 3.5&lt;BR /&gt;SAS/STAT User's Guide&lt;BR /&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;ODS Graphics Template Modification&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;Graph Templates&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_templt_sect001.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_templt_sect001.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tiptoe through the Templates&lt;BR /&gt;Cynthia L. Zender, SAS Institute, Inc., Cary, NC &lt;BR /&gt;&lt;A href="https://www.lexjansen.com/nesug/nesug10/gr/gr10.pdf" target="_blank"&gt;https://www.lexjansen.com/nesug/nesug10/gr/gr10.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS® 9.4 and SAS® Viya® 3.5 Programming Documentation | SAS 9.4 / Viya 3.5&lt;BR /&gt;SAS Output Delivery System: Procedures Guide&lt;BR /&gt;Using the TEMPLATE Procedure&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsproc/p0qwdi9bxpdaxyn1jji920q0c8s4.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsproc/p0qwdi9bxpdaxyn1jji920q0c8s4.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Introduction to the Graph Template Language&lt;BR /&gt;Sanjay Matange, SAS Institute, Cary, NC&lt;BR /&gt;&lt;A href="https://www.lexjansen.com/wuss/2009/dpr/DPR-Matange1.pdf" target="_blank"&gt;https://www.lexjansen.com/wuss/2009/dpr/DPR-Matange1.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2022 13:31:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/hide-statement-title-in-ods-result/m-p/805626#M22717</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-04-02T13:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: hide statement title in ods result</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/hide-statement-title-in-ods-result/m-p/805709#M22720</link>
      <description>&lt;P&gt;I'm not 100% sure, but you'll probably have to modify the template something like this...&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/34/186.html" target="_blank"&gt;https://support.sas.com/kb/34/186.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Apr 2022 13:17:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/hide-statement-title-in-ods-result/m-p/805709#M22720</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2022-04-03T13:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: hide statement title in ods result</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/hide-statement-title-in-ods-result/m-p/805933#M22723</link>
      <description>&lt;P&gt;Not the most obvious but you can send the data from the graph to a data set using ODS OUTPUT and then create your own graph in Sgplot. Though that typically involves investigating the actual contents of the data set as the plotted values are likely not to stay the same name as your analysis variables.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 20:31:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/hide-statement-title-in-ods-result/m-p/805933#M22723</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-04-04T20:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: hide statement title in ods result</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/hide-statement-title-in-ods-result/m-p/806007#M22724</link>
      <description>&lt;P&gt;thank you for your suggestions. i've tried&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;ods text = " ";&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;before&amp;nbsp;&lt;EM&gt;proc logistic&lt;/EM&gt; to hide the title - it somehow works for one procedure but not for multiple.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 09:40:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/hide-statement-title-in-ods-result/m-p/806007#M22724</guid>
      <dc:creator>Quodly</dc:creator>
      <dc:date>2022-04-05T09:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: hide statement title in ods result</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/hide-statement-title-in-ods-result/m-p/806056#M22725</link>
      <description>&lt;P&gt;This is a title added because you specified a ROC statement, and is not controlled by the "title;" statement.&amp;nbsp; The trick is to use PROC DOCUMENT to store the plot, then replay it and remove the title with OBSTITLE:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics on;
ods select roccurve;
ods noproctitle;
ods document name=myroc(write);
proc logistic data=have;
&amp;nbsp;&amp;nbsp;model resp = pred / nofit;
&amp;nbsp; roc "have" pred = pred;&amp;nbsp;
run;
ods document close;
ods graphics on;
proc document name=myroc;
&amp;nbsp;&amp;nbsp;&amp;nbsp;obstitle \Logistic#1\ROC1#1\ROCCurve#1;
&amp;nbsp;&amp;nbsp; replay \Logistic#1\ROC1#1\ROCCurve#1;
quit;
ods graphics off;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Apr 2022 13:36:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/hide-statement-title-in-ods-result/m-p/806056#M22725</guid>
      <dc:creator>bobderr</dc:creator>
      <dc:date>2022-04-05T13:36:36Z</dc:date>
    </item>
  </channel>
</rss>

