<?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: Correlation matrix in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Correlation-matrix/m-p/22685#M3533</link>
    <description>If you have SAS 9.2, then you can get this with some code and the new ODS graphics cababilities.&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods graphics on;&lt;BR /&gt;
proc corr data=sashelp.cars;&lt;BR /&gt;
  var enginesize weight;&lt;BR /&gt;
  with mpg_city mpg_highway;&lt;BR /&gt;
run;&lt;BR /&gt;
ods graphics off;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
If you have EG 4.1 and SAS 9.2 on the same Windows machine, this code will work.  EG 4.2 will use the ODS graphics automatically within the Correlations task.  I've attached a sample of the output plot (if the forum software will allow you to view it...)&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
    <pubDate>Tue, 03 Jun 2008 13:11:08 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2008-06-03T13:11:08Z</dc:date>
    <item>
      <title>Correlation matrix</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Correlation-matrix/m-p/22684#M3532</link>
      <description>How can I obtain the correlation matrix of several variables in SAS EG?  Or a matrix plot like the one provided in minitab?</description>
      <pubDate>Mon, 02 Jun 2008 21:15:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Correlation-matrix/m-p/22684#M3532</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-06-02T21:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation matrix</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Correlation-matrix/m-p/22685#M3533</link>
      <description>If you have SAS 9.2, then you can get this with some code and the new ODS graphics cababilities.&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods graphics on;&lt;BR /&gt;
proc corr data=sashelp.cars;&lt;BR /&gt;
  var enginesize weight;&lt;BR /&gt;
  with mpg_city mpg_highway;&lt;BR /&gt;
run;&lt;BR /&gt;
ods graphics off;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
If you have EG 4.1 and SAS 9.2 on the same Windows machine, this code will work.  EG 4.2 will use the ODS graphics automatically within the Correlations task.  I've attached a sample of the output plot (if the forum software will allow you to view it...)&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
      <pubDate>Tue, 03 Jun 2008 13:11:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Correlation-matrix/m-p/22685#M3533</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2008-06-03T13:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation matrix</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Correlation-matrix/m-p/22686#M3534</link>
      <description>See this thread from January on how to accomplish the same thing with EG 4.1 and SAS 9.1.3.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?messageID=9148⎼" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?messageID=9148⎼&lt;/A&gt;</description>
      <pubDate>Tue, 03 Jun 2008 17:17:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Correlation-matrix/m-p/22686#M3534</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2008-06-03T17:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation matrix</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Correlation-matrix/m-p/22687#M3535</link>
      <description>Doc is right (of course)!  Many procedures have ODS graphics support in 9.1.3, but all labeled as "experimental" -- and I couldn't remember which procedures were included.&lt;BR /&gt;
&lt;BR /&gt;
Here is the relevant doc example for PROC CORR:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/onlinedoc/913/getDoc/en/procstat.hlp/corr_sect32.htm" target="_blank"&gt;http://support.sas.com/onlinedoc/913/getDoc/en/procstat.hlp/corr_sect32.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
      <pubDate>Tue, 03 Jun 2008 18:03:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Correlation-matrix/m-p/22687#M3535</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2008-06-03T18:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation matrix</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Correlation-matrix/m-p/22688#M3536</link>
      <description>And one of the things that changed in 9.2 is the syntax.  So, if you are considering going to 9.2 soon you may want to compare the documentation so fewer things "break" when you do the upgrade.</description>
      <pubDate>Tue, 03 Jun 2008 19:32:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Correlation-matrix/m-p/22688#M3536</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2008-06-03T19:32:13Z</dc:date>
    </item>
  </channel>
</rss>

