<?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: The boxplot statement in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/The-boxplot-statement/m-p/370112#M275643</link>
    <description>&lt;P&gt;IN&lt;/P&gt;
&lt;PRE&gt;proc sgrender data=work.sampledata02 template=sgdesign;
dynamic _Price="Price" _Price="Price";
run;&lt;/PRE&gt;
&lt;P&gt;you did not indicate a value for the dynamic _Price2 used as the Y value for boxplot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jun 2017 19:28:44 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2017-06-23T19:28:44Z</dc:date>
    <item>
      <title>The boxplot statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-boxplot-statement/m-p/370057#M275642</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;I use codes which is shown below:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc template;
define statgraph sgdesign;
dynamic _Price _Price2;
begingraph;
   entrytitle halign=center 'Type in your title...';
   entryfootnote halign=left 'Type in your footnote...';
   layout lattice / rowdatarange=data columndatarange=union rows=2 rowgutter=10 columngutter=10 rowweights=(0.8 0.2);
      layout overlay;
         histogram _Price / name='histogram' binaxis=false;
         densityplot _Price / name='Normal' normal();
         densityplot _Price / name='Kernel' kernel() lineattrs=GraphData2(thickness=2 );
         discretelegend 'Normal' 'Kernel' / opaque=false border=true halign=right valign=top displayclipped=true across=1 order=rowmajor location=inside;
      endlayout;
      layout overlay;
         boxplot y=_Price2 / name='box(h)' orient=horizontal;
      endlayout;
      columnaxes;
         columnaxis;
      endcolumnaxes;
   endlayout;
endgraph;
end;
run;

proc sgrender data=work.sampledata02 template=sgdesign;
dynamic _Price="Price" _Price="Price";
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The log file is:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;WARNING: The boxplot statement named 'box(h)' will not be drawn because one or more of the required
         arguments were not supplied.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;What is the Problem?&lt;/P&gt;&lt;P&gt;How can I fix that?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 18:01:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-boxplot-statement/m-p/370057#M275642</guid>
      <dc:creator>aminkarimid</dc:creator>
      <dc:date>2017-06-23T18:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: The boxplot statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-boxplot-statement/m-p/370112#M275643</link>
      <description>&lt;P&gt;IN&lt;/P&gt;
&lt;PRE&gt;proc sgrender data=work.sampledata02 template=sgdesign;
dynamic _Price="Price" _Price="Price";
run;&lt;/PRE&gt;
&lt;P&gt;you did not indicate a value for the dynamic _Price2 used as the Y value for boxplot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 19:28:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-boxplot-statement/m-p/370112#M275643</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-06-23T19:28:44Z</dc:date>
    </item>
  </channel>
</rss>

