<?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: bar plot  by measure by measure by region in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/bar-plot-by-measure-by-measure-by-region/m-p/536047#M17809</link>
    <description>&lt;P&gt;You can use a FORMAT statement to force the DATALABEL to be integer:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=data noborder nowall;
  format dose 2.0;
  by region;
  hbar measure / response=dose stat=mean  datalabel  group=gender groupdisplay=cluster dataskin=pressed filltype=gradient baselineattrs=(thickness=0);
  xaxis display=(noline noticks nolabel) grid;
  yaxis display=(nolabel);
run;

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
    <pubDate>Fri, 15 Feb 2019 20:48:38 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2019-02-15T20:48:38Z</dc:date>
    <item>
      <title>bar plot  by measure by measure by region</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/bar-plot-by-measure-by-measure-by-region/m-p/534941#M17786</link>
      <description>&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;I have a data have 4 REGION A,B,C,D &lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&lt;/SPAN&gt;AND 22 different measures.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;A have 6 measure, B have 8 measure ; c have 5 measure , d have 3 measures&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;Gender REGION measure&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;avedose &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;F&lt;SPAN style="margin: 0px;"&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; &lt;/SPAN&gt;A&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;1&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;50&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;F&lt;SPAN style="margin: 0px;"&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; &lt;/SPAN&gt;A&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;2&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;53&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;F&lt;SPAN style="margin: 0px;"&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; &lt;/SPAN&gt;A&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;3&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;55&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;F&lt;SPAN style="margin: 0px;"&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; &lt;/SPAN&gt;A&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;4&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;52&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;F&lt;SPAN style="margin: 0px;"&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; &lt;/SPAN&gt;A&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;5&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;51&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;F&lt;SPAN style="margin: 0px;"&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; &lt;/SPAN&gt;A&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;6&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;53&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;F&lt;SPAN style="margin: 0px;"&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; &lt;/SPAN&gt;b&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;7&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;54&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;F&lt;SPAN style="margin: 0px;"&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; &lt;/SPAN&gt;b&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;8&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;49&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;F&lt;SPAN style="margin: 0px;"&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; &lt;/SPAN&gt;b&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;9&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;44&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;F&lt;SPAN style="margin: 0px;"&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; &lt;/SPAN&gt;b&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;10&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;32&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;F&lt;SPAN style="margin: 0px;"&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; &lt;/SPAN&gt;b&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;11&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;70&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;……….&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;F&lt;SPAN style="margin: 0px;"&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; &lt;/SPAN&gt;d&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;22&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;70&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;…….&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;M&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="margin: 0px;"&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;&lt;/SPAN&gt;A&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;1&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;50&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;…..&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;M&lt;SPAN style="margin: 0px;"&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; &lt;/SPAN&gt;d&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;22&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;80&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;I want compare mean of dose in different gender for each measure also can &lt;/SPAN&gt;&lt;FONT face="Calibri"&gt;display the measures by REGION.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;How to do sub plot with shared x -axis and legend and each plot use their own title? &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;title&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;'average dose by Measure and gender Groups'&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;title&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;'A'&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: navy; font-family: 'Courier New'; font-size: 10pt;"&gt;proc&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: navy; font-family: 'Courier New'; font-size: 10pt;"&gt;sgplot&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=data(where=(REGION=&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;'A'&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;)) &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;noborder&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;nowall&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;hbar&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt; measure / &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;response&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;dose&lt;/FONT&gt;&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;stat&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=mean &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;group&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=gender &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;groupdisplay&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=cluster &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;dataskin&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=pressed filltype=gradient baselineattrs=(&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;thickness&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: teal; font-family: 'Courier New'; font-size: 10pt;"&gt;0&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;xaxis&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;display&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=(noline noticks nolabel) &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;grid&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;yaxis&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;display&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=(nolabel);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: navy; font-family: 'Courier New'; font-size: 10pt;"&gt;run&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;title&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;‘B’&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: navy; font-family: 'Courier New'; font-size: 10pt;"&gt;proc&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: navy; font-family: 'Courier New'; font-size: 10pt;"&gt;sgplot&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=data(where=( REGION=&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;'B'&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;)) &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;noborder&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;nowall&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;hbar&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt; measure / &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;response&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;dose&lt;/FONT&gt;&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;stat&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=mean &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;group&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=gender &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;groupdisplay&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=cluster &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;dataskin&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=pressed filltype=gradient baselineattrs=(&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;thickness&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: teal; font-family: 'Courier New'; font-size: 10pt;"&gt;0&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;xaxis&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;display&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=(noline noticks nolabel) &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;grid&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;yaxis&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;display&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=(nolabel);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: navy; font-family: 'Courier New'; font-size: 10pt;"&gt;run&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: navy; font-family: 'Courier New'; font-size: 10pt;"&gt;run&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;title&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;'C&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: navy; font-family: 'Courier New'; font-size: 10pt;"&gt;proc&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: navy; font-family: 'Courier New'; font-size: 10pt;"&gt;sgplot&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=data(where=( REGION=&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;'C'&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;)) &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;noborder&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;nowall&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;hbar&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt; measure / &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;response&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;dose&lt;/FONT&gt;&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;stat&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=mean &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;group&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=gender &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;groupdisplay&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=cluster &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;dataskin&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=pressed filltype=gradient baselineattrs=(&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;thickness&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: teal; font-family: 'Courier New'; font-size: 10pt;"&gt;0&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;xaxis&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;display&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=(noline noticks nolabel) &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;grid&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;yaxis&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;display&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=(nolabel);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: navy; font-family: 'Courier New'; font-size: 10pt;"&gt;run&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;title&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;'C&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: navy; font-family: 'Courier New'; font-size: 10pt;"&gt;proc&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: navy; font-family: 'Courier New'; font-size: 10pt;"&gt;sgplot&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=data(where=( REGION=&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;'D'&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;)) &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;noborder&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;nowall&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;hbar&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt; measure / &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;response&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;dose&lt;/FONT&gt;&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;stat&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=mean &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;group&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=gender &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;groupdisplay&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=cluster &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;dataskin&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=pressed filltype=gradient baselineattrs=(&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;thickness&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: teal; font-family: 'Courier New'; font-size: 10pt;"&gt;0&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;xaxis&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;display&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=(noline noticks nolabel) &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;grid&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;yaxis&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;display&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=(nolabel);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: navy; font-family: 'Courier New'; font-size: 10pt;"&gt;run&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;or sgplot:&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;graphics&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt; / &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;reset&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;all&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;outputfmt&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;png&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;height&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: teal; font-family: 'Courier New'; font-size: 10pt;"&gt;3&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;in&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;width&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: teal; font-family: 'Courier New'; font-size: 10pt;"&gt;7&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;title&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;'average dose by Measure and gender Groups'&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;title&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;'A'&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: navy; font-family: 'Courier New'; font-size: 10pt;"&gt;proc&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: navy; font-family: 'Courier New'; font-size: 10pt;"&gt;sgpanel&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=DATA;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;panelby&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt; MEASURE/ &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;layout&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=columnlattice &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;onepanel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;colheaderpos&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=bottom &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;rows&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: teal; font-family: 'Courier New'; font-size: 10pt;"&gt;1&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;novarname&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;noborder&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;vbar&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt; GENDER/ &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;group&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=GENDER &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;response&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=DOSE &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;stat&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=MEAN &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;group&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=GENDER &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;nostatlabel&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;colaxis&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;display&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=none;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;rowaxis&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;grid&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt; REGION=&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;'A'&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: navy; font-family: 'Courier New'; font-size: 10pt;"&gt;run&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;title&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;‘B’&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: navy; font-family: 'Courier New'; font-size: 10pt;"&gt;proc&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: navy; font-family: 'Courier New'; font-size: 10pt;"&gt;sgpanel&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=DATA;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;panelby&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt; MEASURE/ &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;layout&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=columnlattice &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;onepanel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;colheaderpos&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=bottom &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;rows&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: teal; font-family: 'Courier New'; font-size: 10pt;"&gt;1&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;novarname&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;noborder&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;vbar&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt; GENDER/ &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;group&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=GENDER &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;response&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=DOSE &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;stat&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=MEAN &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;group&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=GENDER &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;nostatlabel&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;colaxis&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;display&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=none;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;rowaxis&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;grid&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt; REGION=&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;'B&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: navy; font-family: 'Courier New'; font-size: 10pt;"&gt;run&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;title&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;'C&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: navy; font-family: 'Courier New'; font-size: 10pt;"&gt;proc&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: navy; font-family: 'Courier New'; font-size: 10pt;"&gt;sgpanel&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=DATA;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;panelby&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt; MEASURE/ &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;layout&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=columnlattice &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;onepanel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;colheaderpos&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=bottom &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;rows&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: teal; font-family: 'Courier New'; font-size: 10pt;"&gt;1&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;novarname&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;noborder&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;vbar&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt; GENDER/ &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;group&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=GENDER &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;response&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=DOSE &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;stat&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=MEAN &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;group&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=GENDER &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;nostatlabel&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;colaxis&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;display&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=none;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;rowaxis&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;grid&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt; REGION=&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;C'&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: navy; font-family: 'Courier New'; font-size: 10pt;"&gt;run&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;title&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;'D&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: navy; font-family: 'Courier New'; font-size: 10pt;"&gt;proc&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: navy; font-family: 'Courier New'; font-size: 10pt;"&gt;sgpanel&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=DATA;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;panelby&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt; MEASURE/ &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;layout&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=columnlattice &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;onepanel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;colheaderpos&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=bottom &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;rows&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: teal; font-family: 'Courier New'; font-size: 10pt;"&gt;1&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;novarname&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;noborder&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;vbar&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt; GENDER/ &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;group&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=GENDER &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;response&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=DOSE &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;stat&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=MEAN &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;group&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=GENDER &lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;nostatlabel&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;colaxis&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;display&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=none;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;rowaxis&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;grid&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt; REGION=&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;'D'&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: navy; font-family: 'Courier New'; font-size: 10pt;"&gt;run&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;_all_&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;close&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="background: white; margin: 0px; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;preferences&lt;/SPAN&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; margin: 0px; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;or &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings/pdfs/sgf2008/255-2008.pdf" target="_blank" rel="noopener"&gt;https://support.sas.com/resources/papers/proceedings/pdfs/sgf2008/255-2008.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;this article had code below how can I wisely use this code to my case?&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;title1 "Product Sales"; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;proc sgpanel data=sashelp.prdsale;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;by year;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;panelby quarter;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;rowaxis label="Sales";&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;vbar product / response=&lt;SPAN style="background: yellow; margin: 0px;"&gt;predict&lt;/SPAN&gt;&lt;SPAN style="margin: 0px;"&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; &lt;/SPAN&gt;transparency=0.3; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&lt;/SPAN&gt;vbar product / response=&lt;SPAN style="background: yellow; margin: 0px;"&gt;actual&lt;/SPAN&gt; barwidth=0.5&lt;SPAN style="margin: 0px;"&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; &lt;/SPAN&gt;transparency=0.3; run; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;&lt;SPAN style="margin: 0px;"&gt;&amp;nbsp;&lt;/SPAN&gt;Thank you so much for your helping!&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; font-family: 'Times New Roman',serif;"&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2019 17:56:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/bar-plot-by-measure-by-measure-by-region/m-p/534941#M17786</guid>
      <dc:creator>xinyao</dc:creator>
      <dc:date>2019-02-12T17:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: bar plot  by measure by measure by region</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/bar-plot-by-measure-by-measure-by-region/m-p/535026#M17787</link>
      <description>&lt;P&gt;I think the best way to do this graph is by using PROC SGPANEL:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title 'average dose by Measure and gender Groups';
  proc sgpanel data=data;
  by region;
  panelby measure;
  hbar gender / response=dose stat=mean   dataskin=pressed 
          filltype=gradient baselineattrs=(thickness=0);
  colaxis display=(nolabel) grid;
  rowaxis display=(nolabel);
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2019 21:34:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/bar-plot-by-measure-by-measure-by-region/m-p/535026#M17787</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2019-02-12T21:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: bar plot  by measure by measure by region</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/bar-plot-by-measure-by-measure-by-region/m-p/535189#M17789</link>
      <description>Dan, Thank you for your helping!&lt;BR /&gt;It worked pretty good! but any way can combine all subplot into one. Then can see all region in one graph.&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Feb 2019 14:00:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/bar-plot-by-measure-by-measure-by-region/m-p/535189#M17789</guid>
      <dc:creator>xinyao</dc:creator>
      <dc:date>2019-02-13T14:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: bar plot  by measure by measure by region</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/bar-plot-by-measure-by-measure-by-region/m-p/535219#M17790</link>
      <description>&lt;P&gt;You might find this funny, but I was thinking about your example this morning when I was getting ready for work :-). I realized that I might have over-thought your original request. All you really needed to do was add a BY statement to SGPLOT. Try something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title 'average dose by Measure and gender Groups';

proc sort data=data; by region; run;

proc sgplot data=data noborder nowall;
  by region;
  hbar measure / response=dose stat=mean group=gender groupdisplay=cluster
           dataskin=pressed filltype=gradient baselineattrs=(thickness=0);
  xaxis display=(noline noticks nolabel) grid;
  yaxis display=(nolabel);
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 15:16:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/bar-plot-by-measure-by-measure-by-region/m-p/535219#M17790</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2019-02-13T15:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: bar plot  by measure by measure by region</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/bar-plot-by-measure-by-measure-by-region/m-p/535249#M17791</link>
      <description>It's also worked well,&lt;BR /&gt;I want to find the best way to display results.Thank you so much! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Feb 2019 16:04:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/bar-plot-by-measure-by-measure-by-region/m-p/535249#M17791</guid>
      <dc:creator>xinyao</dc:creator>
      <dc:date>2019-02-13T16:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: bar plot  by measure by measure by region</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/bar-plot-by-measure-by-measure-by-region/m-p/535736#M17804</link>
      <description>&lt;P&gt;Thank you Dan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One more question, &lt;SPAN class="token punctuation" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #999999; font-family: &amp;amp;quot; helevticaneue-light&amp;amp;quot;,&amp;amp;quot;helvetica neue&amp;amp;quot;,helvetica,arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;&lt;SPAN style="background-color: transparent; color: #000000; display: inline; float: none; font-family: &amp;amp;quot; arial, helvetica, sans-serif&amp;amp;quot;,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 19.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;How can I use the &lt;/SPAN&gt;&lt;STRONG&gt;datalabel&lt;/STRONG&gt;&lt;SPAN style="background-color: transparent; color: #000000; display: inline; float: none; font-family: &amp;amp;quot; arial, helvetica, sans-serif&amp;amp;quot;,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 19.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt; option to request integer of mean values at each bar.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="token procnames" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #000080; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;proc&lt;/SPAN&gt; &lt;SPAN class="token procnames" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #000080; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;sort&lt;/SPAN&gt; &lt;SPAN class="token procnames" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #000080; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;data&lt;/SPAN&gt;&lt;SPAN class="token operator" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #a67f59; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token procnames" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #000080; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;data&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;;&lt;/SPAN&gt; &lt;SPAN class="token statement" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #0000ff; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;by&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt; region&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;;&lt;/SPAN&gt; &lt;SPAN class="token procnames" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #000080; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;run&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="token procnames" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #000080; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;proc&lt;/SPAN&gt; &lt;SPAN class="token procnames" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #000080; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;sgplot&lt;/SPAN&gt; &lt;SPAN class="token procnames" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #000080; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;data&lt;/SPAN&gt;&lt;SPAN class="token operator" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #a67f59; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token procnames" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #000080; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt; noborder nowall&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="token statement" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #0000ff; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;by&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt; region&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt;&lt;BR /&gt;&amp;nbsp; hbar measure &lt;/SPAN&gt;&lt;SPAN class="token operator" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #a67f59; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;/&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt; response&lt;/SPAN&gt;&lt;SPAN class="token operator" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #a67f59; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt;dose stat&lt;/SPAN&gt;&lt;SPAN class="token operator" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #a67f59; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token function" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #0000ff; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;mean&lt;/SPAN&gt;&amp;nbsp; datalabel &lt;SPAN class="token keyword" style="background-attachment: scroll; background-clip: border-box; background-color: #ffffff; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #0000ff; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;group&lt;/SPAN&gt;&lt;SPAN class="token operator" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #a67f59; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt;gender groupdisplay&lt;/SPAN&gt;&lt;SPAN class="token operator" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #a67f59; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token procnames" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #000080; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;cluster&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt; dataskin&lt;/SPAN&gt;&lt;SPAN class="token operator" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #a67f59; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt;pressed filltype&lt;/SPAN&gt;&lt;SPAN class="token operator" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #a67f59; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt;gradient baselineattrs&lt;/SPAN&gt;&lt;SPAN class="token operator" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #a67f59; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt;thickness&lt;/SPAN&gt;&lt;SPAN class="token operator" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #a67f59; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token number" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #008080; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;0&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="token statement" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #0000ff; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;xaxis&lt;/SPAN&gt; &lt;SPAN class="token procnames" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #000080; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;display&lt;/SPAN&gt;&lt;SPAN class="token operator" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #a67f59; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt;noline noticks nolabel&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt; grid&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="token statement" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #0000ff; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;yaxis&lt;/SPAN&gt; &lt;SPAN class="token procnames" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #000080; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;display&lt;/SPAN&gt;&lt;SPAN class="token operator" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #a67f59; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt;nolabel&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="token procnames" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #000080; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;run&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&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>Thu, 14 Feb 2019 20:22:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/bar-plot-by-measure-by-measure-by-region/m-p/535736#M17804</guid>
      <dc:creator>xinyao</dc:creator>
      <dc:date>2019-02-14T20:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: bar plot  by measure by measure by region</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/bar-plot-by-measure-by-measure-by-region/m-p/536047#M17809</link>
      <description>&lt;P&gt;You can use a FORMAT statement to force the DATALABEL to be integer:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=data noborder nowall;
  format dose 2.0;
  by region;
  hbar measure / response=dose stat=mean  datalabel  group=gender groupdisplay=cluster dataskin=pressed filltype=gradient baselineattrs=(thickness=0);
  xaxis display=(noline noticks nolabel) grid;
  yaxis display=(nolabel);
run;

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 20:48:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/bar-plot-by-measure-by-measure-by-region/m-p/536047#M17809</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2019-02-15T20:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: bar plot  by measure by measure by region</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/bar-plot-by-measure-by-measure-by-region/m-p/537190#M17830</link>
      <description>&lt;P&gt;Thank you so much!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2019 20:42:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/bar-plot-by-measure-by-measure-by-region/m-p/537190#M17830</guid>
      <dc:creator>xinyao</dc:creator>
      <dc:date>2019-02-20T20:42:17Z</dc:date>
    </item>
  </channel>
</rss>

