<?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: Boxplot--how to label 75th percentile, mean, median, etc. this kind of statistics in boxplot in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Boxplot-how-to-label-75th-percentile-mean-median-etc-this-kind/m-p/799206#M314226</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks so much for the help! a big thumb to you!!&lt;/P&gt;</description>
    <pubDate>Mon, 28 Feb 2022 20:39:30 GMT</pubDate>
    <dc:creator>superbug</dc:creator>
    <dc:date>2022-02-28T20:39:30Z</dc:date>
    <item>
      <title>Boxplot--how to label 75th percentile, mean, median, etc. this kind of statistics in boxplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Boxplot-how-to-label-75th-percentile-mean-median-etc-this-kind/m-p/799199#M314223</link>
      <description>&lt;P&gt;I used the following simple code to produce boxplot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=have;
   vbox score / category=year ;
   xaxis label="year";
   yaxis label="Score";
run; 
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If I want to label statistics such as 75th precentile, mean, median, 25th percentile in the boxplot, (as picture below) how should a modify the code above?&amp;nbsp; Thank you!&lt;/P&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="superbug_0-1646077035925.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/69012iFBBD5820DC756414/image-size/medium?v=v2&amp;amp;px=400" role="button" title="superbug_0-1646077035925.png" alt="superbug_0-1646077035925.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 19:38:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Boxplot-how-to-label-75th-percentile-mean-median-etc-this-kind/m-p/799199#M314223</guid>
      <dc:creator>superbug</dc:creator>
      <dc:date>2022-02-28T19:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Boxplot--how to label 75th percentile, mean, median, etc. this kind of statistics in boxplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Boxplot-how-to-label-75th-percentile-mean-median-etc-this-kind/m-p/799201#M314224</link>
      <description>This post adds labels but you can modify it to add the stats instead.&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2019/08/28/schematic-box-plot.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2019/08/28/schematic-box-plot.html&lt;/A&gt;</description>
      <pubDate>Mon, 28 Feb 2022 19:52:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Boxplot-how-to-label-75th-percentile-mean-median-etc-this-kind/m-p/799201#M314224</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-02-28T19:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Boxplot--how to label 75th percentile, mean, median, etc. this kind of statistics in boxplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Boxplot-how-to-label-75th-percentile-mean-median-etc-this-kind/m-p/799206#M314226</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks so much for the help! a big thumb to you!!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 20:39:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Boxplot-how-to-label-75th-percentile-mean-median-etc-this-kind/m-p/799206#M314226</guid>
      <dc:creator>superbug</dc:creator>
      <dc:date>2022-02-28T20:39:30Z</dc:date>
    </item>
  </channel>
</rss>

