<?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 Inset Statistic Not Available in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Boxplot-Inset-Statistic-Not-Available/m-p/309171#M66474</link>
    <description>&lt;PRE&gt;
use proc sgplot instead 
or
post it at GRAPH forum, it is about SAS/Graph .

&lt;/PRE&gt;</description>
    <pubDate>Fri, 04 Nov 2016 03:17:59 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2016-11-04T03:17:59Z</dc:date>
    <item>
      <title>Boxplot Inset Statistic Not Available</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Boxplot-Inset-Statistic-Not-Available/m-p/309059#M66438</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am creating a few box plots and want to add an inset table with p85 and p15 statistics. The only issue is that SAS can't caluculate that for the inset option. The only way I know how to calculate p85 and p15 is with a univariate procedure. My first thought was to create two new variables but I don't think that would work out too well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Current code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods noproctitle;
dm 'odsresults;clear';
title c=red 'Distribution of Space Mean Speed in Four Month Increments';
proc boxplot data=Descrip_time_all;
	plot space_mean_speed*fourmonth;
	by location segment;
	insetgroup N;
	label space_mean_speed="Space Mean Speed" fourmonth="Four Month Increments" location="Location" Segment="Segment";
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggestions?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2016 15:21:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Boxplot-Inset-Statistic-Not-Available/m-p/309059#M66438</guid>
      <dc:creator>michelconn</dc:creator>
      <dc:date>2016-11-03T15:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Boxplot Inset Statistic Not Available</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Boxplot-Inset-Statistic-Not-Available/m-p/309171#M66474</link>
      <description>&lt;PRE&gt;
use proc sgplot instead 
or
post it at GRAPH forum, it is about SAS/Graph .

&lt;/PRE&gt;</description>
      <pubDate>Fri, 04 Nov 2016 03:17:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Boxplot-Inset-Statistic-Not-Available/m-p/309171#M66474</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-11-04T03:17:59Z</dc:date>
    </item>
  </channel>
</rss>

