<?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: multilevel correlation matrix in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/multilevel-correlation-matrix/m-p/451404#M69749</link>
    <description>&lt;P&gt;perfect. thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 05 Apr 2018 05:36:49 GMT</pubDate>
    <dc:creator>kcodo</dc:creator>
    <dc:date>2018-04-05T05:36:49Z</dc:date>
    <item>
      <title>multilevel correlation matrix</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/multilevel-correlation-matrix/m-p/451366#M69747</link>
      <description>&lt;P&gt;Hi I need help plotting multilevel correlation in one plot. I want to plot correlation of speed vs. height for group 0,1, 2 and 3 all in one plot.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried the code below, but it gives me 3 separate plots.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc corr data=mydata plots=matrix(nvar=all nwith=all);
VAR  height
with
Gaitspeed
;   BY group;
run; quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I want just one plot with different color codes for the separate groups. any help much appreciated. thanks~&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 01:42:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/multilevel-correlation-matrix/m-p/451366#M69747</guid>
      <dc:creator>kcodo</dc:creator>
      <dc:date>2018-04-05T01:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: multilevel correlation matrix</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/multilevel-correlation-matrix/m-p/451379#M69748</link>
      <description>&lt;P&gt;If you just want to plot the data, you will have more flexibility with plotting routines. For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=sashelp.class;
scatter x=height y=weight / group=sex;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SGPlot.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/19633i8367E5E570AC3017/image-size/large?v=v2&amp;amp;px=999" role="button" title="SGPlot.png" alt="SGPlot.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 03:06:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/multilevel-correlation-matrix/m-p/451379#M69748</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-04-05T03:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: multilevel correlation matrix</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/multilevel-correlation-matrix/m-p/451404#M69749</link>
      <description>&lt;P&gt;perfect. thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 05:36:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/multilevel-correlation-matrix/m-p/451404#M69749</guid>
      <dc:creator>kcodo</dc:creator>
      <dc:date>2018-04-05T05:36:49Z</dc:date>
    </item>
  </channel>
</rss>

