<?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: Proc Corr in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Corr/m-p/41211#M10643</link>
    <description>Hi:&lt;BR /&gt;
  This previous forum posting on the same subject might be useful:&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?threadID=7135" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?threadID=7135&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
  The overview on PROC CORR can be found here:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/procstat/63104/HTML/default/viewer.htm#/documentation/cdl/en/procstat/63104/HTML/default/procstat_corr_sect001.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/procstat/63104/HTML/default/viewer.htm#/documentation/cdl/en/procstat/63104/HTML/default/procstat_corr_sect001.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
And the syntax for the PROC CORR PLOTS= option can be found here:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/procstat/63104/HTML/default/viewer.htm#/documentation/cdl/en/procstat/63104/HTML/default/procstat_corr_sect004.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/procstat/63104/HTML/default/viewer.htm#/documentation/cdl/en/procstat/63104/HTML/default/procstat_corr_sect004.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
    <pubDate>Sun, 27 Jun 2010 14:38:30 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2010-06-27T14:38:30Z</dc:date>
    <item>
      <title>Proc Corr</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Corr/m-p/41210#M10642</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
i use the code :&lt;BR /&gt;
&lt;BR /&gt;
proc corr data = review1 plots;&lt;BR /&gt;
  var Score GHz Price Processor Memory Disk Video Battery;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
it does give me scattre plot only for Score GHz Price Processor Memory but not other variables included. could anyone suggets me?&lt;BR /&gt;
&lt;BR /&gt;
kindeest regards,&lt;BR /&gt;
Mark</description>
      <pubDate>Sun, 27 Jun 2010 12:58:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Corr/m-p/41210#M10642</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-06-27T12:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Corr</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Corr/m-p/41211#M10643</link>
      <description>Hi:&lt;BR /&gt;
  This previous forum posting on the same subject might be useful:&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?threadID=7135" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?threadID=7135&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
  The overview on PROC CORR can be found here:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/procstat/63104/HTML/default/viewer.htm#/documentation/cdl/en/procstat/63104/HTML/default/procstat_corr_sect001.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/procstat/63104/HTML/default/viewer.htm#/documentation/cdl/en/procstat/63104/HTML/default/procstat_corr_sect001.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
And the syntax for the PROC CORR PLOTS= option can be found here:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/procstat/63104/HTML/default/viewer.htm#/documentation/cdl/en/procstat/63104/HTML/default/procstat_corr_sect004.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/procstat/63104/HTML/default/viewer.htm#/documentation/cdl/en/procstat/63104/HTML/default/procstat_corr_sect004.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Sun, 27 Jun 2010 14:38:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Corr/m-p/41211#M10643</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-06-27T14:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Corr</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Corr/m-p/41212#M10644</link>
      <description>I guess your " Disk Video Battery " are category variables .&lt;BR /&gt;
Or using     proc sgscatter&lt;BR /&gt;
Or ues  SAS/insight  Model to get the same result.

Message was edited by: Ksharp</description>
      <pubDate>Mon, 28 Jun 2010 07:22:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Corr/m-p/41212#M10644</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2010-06-28T07:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Corr</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Corr/m-p/41213#M10645</link>
      <description>Hi:&lt;BR /&gt;
  It explains in the documentation that the default number of variables in a scatter plot matrix is 5 variables. There is an option to use more variables than the default. In addition to the methods you mentioned, the original poster can get the scatter plot matrix he wants out of PROC CORR by looking up the right option in the documentation.&lt;BR /&gt;
 &lt;BR /&gt;
  If any of the variables had been category variables, there would have been an error message in the SAS log (as shown below for the NAME variable):&lt;BR /&gt;
[pre]&lt;BR /&gt;
3121  var name age;&lt;BR /&gt;
ERROR: Variable name in list does not match type prescribed for this list.&lt;BR /&gt;
[/pre]&lt;BR /&gt;
          &lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 28 Jun 2010 14:26:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Corr/m-p/41213#M10645</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-06-28T14:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Corr</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Corr/m-p/41214#M10646</link>
      <description>thx.&lt;BR /&gt;
I should take a look at documentation first.</description>
      <pubDate>Fri, 02 Jul 2010 03:17:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Corr/m-p/41214#M10646</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2010-07-02T03:17:29Z</dc:date>
    </item>
  </channel>
</rss>

