<?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 Remove p value from boxplot in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Remove-p-value-from-boxplot/m-p/362480#M85641</link>
    <description>&lt;P&gt;SAS 9.4 "proc npar1way wilcoxon" can automatically generate a boxplot, for example following dataset and procedure is applied.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc npar1way data=sashelp.class wilcoxon;&lt;/P&gt;&lt;P&gt;class sex;&lt;/P&gt;&lt;P&gt;var height;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A boxplot will be created after running the programm, If want to remove the p value in the boxplot graph (at the below right corner, please see the attached figure), how can I do that (suppressing the p value to be displayed)? Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13886i293F695AE656533E/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="fig.jpg" title="fig.jpg" /&gt;</description>
    <pubDate>Mon, 29 May 2017 12:12:50 GMT</pubDate>
    <dc:creator>Visiting</dc:creator>
    <dc:date>2017-05-29T12:12:50Z</dc:date>
    <item>
      <title>Remove p value from boxplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Remove-p-value-from-boxplot/m-p/362480#M85641</link>
      <description>&lt;P&gt;SAS 9.4 "proc npar1way wilcoxon" can automatically generate a boxplot, for example following dataset and procedure is applied.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc npar1way data=sashelp.class wilcoxon;&lt;/P&gt;&lt;P&gt;class sex;&lt;/P&gt;&lt;P&gt;var height;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A boxplot will be created after running the programm, If want to remove the p value in the boxplot graph (at the below right corner, please see the attached figure), how can I do that (suppressing the p value to be displayed)? Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13886i293F695AE656533E/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="fig.jpg" title="fig.jpg" /&gt;</description>
      <pubDate>Mon, 29 May 2017 12:12:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Remove-p-value-from-boxplot/m-p/362480#M85641</guid>
      <dc:creator>Visiting</dc:creator>
      <dc:date>2017-05-29T12:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Remove p value from boxplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Remove-p-value-from-boxplot/m-p/362490#M85645</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This will remove the statistics box.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc npar1way data=sashelp.class wilcoxon plots=wilcoxon(nostats);&lt;BR /&gt;class sex;&lt;BR /&gt;var height;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 13:00:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Remove-p-value-from-boxplot/m-p/362490#M85645</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-05-29T13:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Remove p value from boxplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Remove-p-value-from-boxplot/m-p/362494#M85647</link>
      <description>&lt;P&gt;It works! Thank you so much!&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 13:30:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Remove-p-value-from-boxplot/m-p/362494#M85647</guid>
      <dc:creator>Visiting</dc:creator>
      <dc:date>2017-05-29T13:30:23Z</dc:date>
    </item>
  </channel>
</rss>

