<?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 Problem in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Correlation-Matrix-Problem/m-p/165068#M300467</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If B=C, then corr(B,C)=1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Aug 2014 14:56:43 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2014-08-19T14:56:43Z</dc:date>
    <item>
      <title>Correlation Matrix Problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Correlation-Matrix-Problem/m-p/165065#M300464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a problem with Correlation matrix output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As in the attached excel, this is my correlation matrix output dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please igore the yellow highlighted, as it is the replica and the red part, it is the correlation of same variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My interest is in the below the non-highlighted area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B*A =.98&lt;/P&gt;&lt;P&gt;C*A=.98&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then it is obvious that B*C=.98. So, if that is the case I dont want this to be populated as .98, instead it should be populated as NULL or someother numeric value.&lt;/P&gt;&lt;P&gt;Basically i dont want the redundant correlation. Like this I have a 300*300 matrix. I think this is a complex problem, but your help is much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 10:09:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Correlation-Matrix-Problem/m-p/165065#M300464</guid>
      <dc:creator>SOORISAS</dc:creator>
      <dc:date>2014-08-18T10:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation Matrix Problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Correlation-Matrix-Problem/m-p/165066#M300465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not redundant information.&lt;/P&gt;&lt;P&gt;You can calculate upper and lower bounds for corr(B,C) from corr(A,B) and corr(A,C), but not the exact value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 13:13:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Correlation-Matrix-Problem/m-p/165066#M300465</guid>
      <dc:creator>gergely_batho</dc:creator>
      <dc:date>2014-08-18T13:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation Matrix Problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Correlation-Matrix-Problem/m-p/165067#M300466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;Then it is obvious that B*C=.98.&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;I don't think this is a true statement, I'm pretty sure that the correlation B*C can be numbers other than 0.98, and so I don't see how to proceed with the rest of your request, nor do I think it reasonable at this time to continue with the rest of your request.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 13:16:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Correlation-Matrix-Problem/m-p/165067#M300466</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2014-08-18T13:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation Matrix Problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Correlation-Matrix-Problem/m-p/165068#M300467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If B=C, then corr(B,C)=1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 14:56:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Correlation-Matrix-Problem/m-p/165068#M300467</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2014-08-19T14:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation Matrix Problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Correlation-Matrix-Problem/m-p/165069#M300468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why not eliminate redundant variables first using some data reduction technique? This will automattically eliminate redundant correlation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 16:18:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Correlation-Matrix-Problem/m-p/165069#M300468</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-08-19T16:18:06Z</dc:date>
    </item>
  </channel>
</rss>

