<?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: outlier with SGPANEL (sas 9.2) in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/outlier-with-SGPANEL-sas-9-2/m-p/74713#M21702</link>
    <description>Yes, there is.  On your PANELBY statement, specify these two options:&lt;BR /&gt;
&lt;BR /&gt;
panelby flag sex / uniscale=row columns=4;&lt;BR /&gt;
&lt;BR /&gt;
The UNISCALE option make only the ROW axes uniform, allowing the column axes to vary independently.  By setting COLUMNS=4, ech column axis is only getting on histogram.  that way, the "outlier" histogram does not have any affect on the other histograms.</description>
    <pubDate>Wed, 05 Aug 2009 16:44:41 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2009-08-05T16:44:41Z</dc:date>
    <item>
      <title>outlier with SGPANEL (sas 9.2)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/outlier-with-SGPANEL-sas-9-2/m-p/74712#M21701</link>
      <description>hello&lt;BR /&gt;
i have a question, when i submit this following code, the output is fine but the 4 graphics have the same axis, and theses common axis are too biggers because there is an outlier ( see my code)&lt;BR /&gt;
&lt;BR /&gt;
data class;&lt;BR /&gt;
set sashelp.class;&lt;BR /&gt;
if mod(_n_,2)&amp;gt;0 then flag=1; else flag=0;&lt;BR /&gt;
if _n_=1 then height=250;  /* creation of an outlier */&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
 ods rtf file="blalalal\sgpanel.rtf";&lt;BR /&gt;
proc sgpanel data=class CYCLEATTRS; &lt;BR /&gt;
  title "test outlier";&lt;BR /&gt;
    panelby flag sex;&lt;BR /&gt;
    histogram height / name="matcat";&lt;BR /&gt;
  density height;&lt;BR /&gt;
run;&lt;BR /&gt;
ods rtf close;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
is there an option to have only the big axis for the graphics with an outlier&lt;BR /&gt;
(flag=1 and sex=M) and correct axis for the 3 others graphics ?&lt;BR /&gt;
thank you and have a nice day.</description>
      <pubDate>Thu, 19 Feb 2009 15:59:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/outlier-with-SGPANEL-sas-9-2/m-p/74712#M21701</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-02-19T15:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: outlier with SGPANEL (sas 9.2)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/outlier-with-SGPANEL-sas-9-2/m-p/74713#M21702</link>
      <description>Yes, there is.  On your PANELBY statement, specify these two options:&lt;BR /&gt;
&lt;BR /&gt;
panelby flag sex / uniscale=row columns=4;&lt;BR /&gt;
&lt;BR /&gt;
The UNISCALE option make only the ROW axes uniform, allowing the column axes to vary independently.  By setting COLUMNS=4, ech column axis is only getting on histogram.  that way, the "outlier" histogram does not have any affect on the other histograms.</description>
      <pubDate>Wed, 05 Aug 2009 16:44:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/outlier-with-SGPANEL-sas-9-2/m-p/74713#M21702</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2009-08-05T16:44:41Z</dc:date>
    </item>
  </channel>
</rss>

