<?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: Is it possible to a regression to a box plot using proc gplot? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Is-it-possible-to-a-regression-to-a-box-plot-using-proc-gplot/m-p/470091#M16190</link>
    <description>&lt;P&gt;That makes little sense because they don't show the same thing, the axis are not the same. One shows distribution and one shows fit.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to include sample data, what your code is so far and an example of what you want as output, a hand drawn image is fine.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suggest not using GPLOT because it's older and has less options so you should switch your code to SGPLOT or SGTEMPLATE if necessary, and for a graph type like this it may be.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/215429"&gt;@cjkim1030&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I have been asked to add a regression line to an already existing box plot.&amp;nbsp; The box plot was created using proc gplot.&lt;/P&gt;
&lt;P&gt;I fairly new to creating graphs I need the laid out for me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Jun 2018 20:13:51 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-06-13T20:13:51Z</dc:date>
    <item>
      <title>Is it possible to a regression to a box plot using proc gplot?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Is-it-possible-to-a-regression-to-a-box-plot-using-proc-gplot/m-p/470075#M16182</link>
      <description>&lt;P&gt;I have been asked to add a regression line to an already existing box plot.&amp;nbsp; The box plot was created using proc gplot.&lt;/P&gt;&lt;P&gt;I fairly new to creating graphs I need the laid out for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 19:59:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Is-it-possible-to-a-regression-to-a-box-plot-using-proc-gplot/m-p/470075#M16182</guid>
      <dc:creator>cjkim1030</dc:creator>
      <dc:date>2018-06-13T19:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to a regression to a box plot using proc gplot?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Is-it-possible-to-a-regression-to-a-box-plot-using-proc-gplot/m-p/470091#M16190</link>
      <description>&lt;P&gt;That makes little sense because they don't show the same thing, the axis are not the same. One shows distribution and one shows fit.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to include sample data, what your code is so far and an example of what you want as output, a hand drawn image is fine.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suggest not using GPLOT because it's older and has less options so you should switch your code to SGPLOT or SGTEMPLATE if necessary, and for a graph type like this it may be.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/215429"&gt;@cjkim1030&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I have been asked to add a regression line to an already existing box plot.&amp;nbsp; The box plot was created using proc gplot.&lt;/P&gt;
&lt;P&gt;I fairly new to creating graphs I need the laid out for me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 20:13:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Is-it-possible-to-a-regression-to-a-box-plot-using-proc-gplot/m-p/470091#M16190</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-06-13T20:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to a regression to a box plot using proc gplot?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Is-it-possible-to-a-regression-to-a-box-plot-using-proc-gplot/m-p/470098#M16194</link>
      <description>&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the code.&amp;nbsp; I didn't write it, but have been asked to update it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; options nobyline ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Create the Graphical Display;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Set standard print controls and graph options;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GOPTIONS RESET=ALL;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GOPTIONS DEVICE=ps300 GACCESS=GSASFILE&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %if &amp;amp;page1=1 %then %do ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GSFMODE=replace&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %end;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %else %do ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GSFMODE=append&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %end ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FTEXT=COMPLEX GUNIT=PCT HTEXT=2&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CBACK=WHITE COLORS=(BLACK)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ROTATE=LANDSCAPE&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NOPROMPT;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filename gsasfile "&amp;amp;outfile";&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Print plot to output file;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; legend1 value=('Median (Line in box)' 'Geometric Mean&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ' 'Individual&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ') label=(' ');&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; symbol1&amp;nbsp;&amp;nbsp;&amp;nbsp; i = boxt5 bwidth=4 c=BLACK h=2 ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; symbol2&amp;nbsp; v=dot&amp;nbsp; l=2 c=BLACK h=3.5;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; symbol3&amp;nbsp; v=x l=2 c=black h=1;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; axis1 order="C2D1" "C3D1" "C4D1" "C5D1" "C6D1"&amp;nbsp; split='|' label=(" ") offset=(7, 7);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; axis2 order=0 to 300 by 25 label=(h=2.5 angle=90 "&amp;amp;l_pparm") ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; axis3 minor=none label=("");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc gplot data=grapha ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TITLE1 J=LEFT "&amp;amp;title1" J=RIGHT "Page 1 of 1";&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TITLE2 J=LEFT "&amp;amp;title2";&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TITLE3 J=LEFT "&amp;amp;title3" h=3.5;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TITLE4 J=LEFT "&amp;amp;title4";&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TITLE5 J=C "&amp;amp;pparmt";&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FOOTNOTE1 J=LEFT "&amp;amp;foot1";&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FOOTNOTE2 J=LEFT "&amp;amp;foot2";&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FOOTNOTE3 J=LEFT "&amp;amp;foot3";&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FOOTNOTE4 J=LEFT "&amp;amp;foot4";&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FOOTNOTE5 J=LEFT "&amp;amp;foot5";&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FOOTNOTE6 J=LEFT "&amp;amp;foot6";&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FOOTNOTE7 J=LEFT "&amp;amp;foot7";&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FOOTNOTE8 J=LEFT "&amp;amp;foot8";&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FOOTNOTE9 J=LEFT "&amp;amp;foot9";&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; plot pkpraw*cpevent1=sortby / skipmiss&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vaxis=axis2&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; haxis=axis1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; legend=legend1;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; format pkpraw pkdot 8.1;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The output looks like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 20:23:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Is-it-possible-to-a-regression-to-a-box-plot-using-proc-gplot/m-p/470098#M16194</guid>
      <dc:creator>cjkim1030</dc:creator>
      <dc:date>2018-06-13T20:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to a regression to a box plot using proc gplot?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Is-it-possible-to-a-regression-to-a-box-plot-using-proc-gplot/m-p/470100#M16195</link>
      <description>&lt;P&gt;&lt;SPAN&gt;You need to include sample data, what your code is so far and an example of what you want as output, a hand drawn image is fine.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 20:26:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Is-it-possible-to-a-regression-to-a-box-plot-using-proc-gplot/m-p/470100#M16195</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-06-13T20:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to a regression to a box plot using proc gplot?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Is-it-possible-to-a-regression-to-a-box-plot-using-proc-gplot/m-p/470103#M16196</link>
      <description>&lt;P&gt;Unfortunately, I can't include any data.&amp;nbsp; Is It possible to point me in a particular direction?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 20:29:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Is-it-possible-to-a-regression-to-a-box-plot-using-proc-gplot/m-p/470103#M16196</guid>
      <dc:creator>cjkim1030</dc:creator>
      <dc:date>2018-06-13T20:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to a regression to a box plot using proc gplot?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Is-it-possible-to-a-regression-to-a-box-plot-using-proc-gplot/m-p/470104#M16197</link>
      <description>&lt;P&gt;It might be possible with careful use of symbol statement definitions, adding perhaps one or more variables and use of the OVERLAY option but I am not going to attempt it. The relationship of the two elements might not be very obvious.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below is an example of showing a regression above a horizontal box plot so that the xaxis is common to both.&lt;/P&gt;
&lt;PRE&gt;proc template;
  define statgraph boxandreg;    
  begingraph / designwidth=600px designheight=400px;	 
    entrytitle "Distribution of Vehicle Horsepower";
      layout lattice / rowweights=(.85 .15) columndatarange=union rowgutter=2px;
        columnaxes;
          columnaxis / display=(ticks tickvalues label) label='Horsepower';
        endcolumnaxes;
      layout overlay / yaxisopts=(offsetmin=.03 griddisplay=auto_on);
      layout gridded / columns=2 autoalign=(topleft) border=true
                       opaque=true backgroundcolor=GraphWalls:color;
      entry halign=left "N";       entry halign=left eval(strip(put(n(horsepower),12.0)));
      entry halign=left "Mean";    entry halign=left eval(strip(put(mean(horsepower),12.2)));
      entry halign=left "Std Dev"; entry halign=left eval(strip(put(stddev(horsepower),12.2)));
      endlayout; 
        regressionplot x=horsepower y=mpg_city;
      endlayout;
      layout overlay;		    
        boxplot y=horsepower / orient=horizontal primary=true boxwidth=.9 datatransparency=0.4;
      endlayout; 
    endlayout; 
  endgraph;
  end; 
run;


proc sgrender data=sashelp.cars template=boxandreg ;     
run;

&lt;/PRE&gt;
&lt;P&gt;You could also add a SCATTERPLOT in the same layout area as the Regression to get the individual points plotted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 20:33:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Is-it-possible-to-a-regression-to-a-box-plot-using-proc-gplot/m-p/470104#M16197</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-06-13T20:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to a regression to a box plot using proc gplot?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Is-it-possible-to-a-regression-to-a-box-plot-using-proc-gplot/m-p/470105#M16198</link>
      <description>&lt;P&gt;You can't include real data. Make fake data. Redo your code using a similar data set or a data set from SASHELP - cars, class and heart are all commonly used ones. And you still need to show what you expect as output, that's the starting point really.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/215429"&gt;@cjkim1030&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Unfortunately, I can't include any data.&amp;nbsp; Is It possible to point me in a particular direction?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 20:34:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Is-it-possible-to-a-regression-to-a-box-plot-using-proc-gplot/m-p/470105#M16198</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-06-13T20:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to a regression to a box plot using proc gplot?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Is-it-possible-to-a-regression-to-a-box-plot-using-proc-gplot/m-p/470107#M16199</link>
      <description>&lt;A href="https://blogs.sas.com/content/iml/2016/06/15/overlay-box-plot-sas-continuous.htmlhttps://blogs.sas.com/content/iml/2016/06/15/overlay-box-plot-sas-continuous.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2016/06/15/overlay-box-plot-sas-continuous.htmlhttps://blogs.sas.com/content/iml/2016/06/15/overlay-box-plot-sas-continuous.html&lt;/A&gt;</description>
      <pubDate>Wed, 13 Jun 2018 20:35:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Is-it-possible-to-a-regression-to-a-box-plot-using-proc-gplot/m-p/470107#M16199</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-06-13T20:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to a regression to a box plot using proc gplot?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Is-it-possible-to-a-regression-to-a-box-plot-using-proc-gplot/m-p/470325#M16207</link>
      <description>&lt;P&gt;Whether it's a good idea or not, here's a minimal example showing one way to do it with proc gplot (using sample data from the sashelp library)...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data foo; set sashelp.stocks (where=(stock='IBM'));&lt;BR /&gt;month=.; month=put(date,month.);&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;symbol1 interpol=boxt5 bwidth=4 c=black h=2;&lt;BR /&gt;symbol2 interpol=rl c=blue;&lt;/P&gt;
&lt;P&gt;proc gplot data=foo;&lt;BR /&gt;plot close*month=1 close*month=2 / overlay regeqn;&lt;BR /&gt;run;&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="regression_box.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/21195iF4152B772E4C6FB0/image-size/large?v=v2&amp;amp;px=999" role="button" title="regression_box.png" alt="regression_box.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 14:02:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Is-it-possible-to-a-regression-to-a-box-plot-using-proc-gplot/m-p/470325#M16207</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2018-06-14T14:02:18Z</dc:date>
    </item>
  </channel>
</rss>

