<?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 Correlation matrix of Proc Corr in SAS in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Correlation-matrix-of-Proc-Corr-in-SAS/m-p/127143#M4955</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have two, probably small, problems with the matrix output in proc corr:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)&lt;/P&gt;&lt;P&gt;Using Pearson correlation coefficient, does anyone know how I can get the level of significance for my matrix-output using proc corr to appear as asterisks&amp;nbsp; (*,** and *** for p&amp;lt;0.1,p&amp;lt;0.05 and p&amp;lt;0.01 respectively) on the correlation coefficient value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)&lt;/P&gt;&lt;P&gt;How do I get the matrix to show only half the matrix (since they are identical row/col vs. col/row)?&lt;/P&gt;&lt;P&gt;If it is possible, with the diagonal line of 1:s (representing correlation of x1 on x1 = 1 etc) to either show a histogram of that particular variable or&lt;/P&gt;&lt;P&gt;a scatter plot with another variable not in the matrix (I am thinking of the residuals of y).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have searched online for hours without finding anything. Help is much appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 May 2013 20:33:33 GMT</pubDate>
    <dc:creator>Hank</dc:creator>
    <dc:date>2013-05-01T20:33:33Z</dc:date>
    <item>
      <title>Correlation matrix of Proc Corr in SAS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Correlation-matrix-of-Proc-Corr-in-SAS/m-p/127143#M4955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have two, probably small, problems with the matrix output in proc corr:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)&lt;/P&gt;&lt;P&gt;Using Pearson correlation coefficient, does anyone know how I can get the level of significance for my matrix-output using proc corr to appear as asterisks&amp;nbsp; (*,** and *** for p&amp;lt;0.1,p&amp;lt;0.05 and p&amp;lt;0.01 respectively) on the correlation coefficient value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)&lt;/P&gt;&lt;P&gt;How do I get the matrix to show only half the matrix (since they are identical row/col vs. col/row)?&lt;/P&gt;&lt;P&gt;If it is possible, with the diagonal line of 1:s (representing correlation of x1 on x1 = 1 etc) to either show a histogram of that particular variable or&lt;/P&gt;&lt;P&gt;a scatter plot with another variable not in the matrix (I am thinking of the residuals of y).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have searched online for hours without finding anything. Help is much appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 20:33:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Correlation-matrix-of-Proc-Corr-in-SAS/m-p/127143#M4955</guid>
      <dc:creator>Hank</dc:creator>
      <dc:date>2013-05-01T20:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation matrix of Proc Corr in SAS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Correlation-matrix-of-Proc-Corr-in-SAS/m-p/127144#M4956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because you want to modify the legend and show only half the matrix, I think you will need to use the GTL to hand-code this layout.&amp;nbsp; To get started, look at the examples (and macro code) that Sanjay provides in this blog post: &lt;A href="http://blogs.sas.com/content/graphicallyspeaking/2012/08/19/compact-scatter-plot-matrix/" title="http://blogs.sas.com/content/graphicallyspeaking/2012/08/19/compact-scatter-plot-matrix/"&gt; Compact Scatter Plot Matrix - Graphically Speaking&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 14:23:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Correlation-matrix-of-Proc-Corr-in-SAS/m-p/127144#M4956</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2013-05-02T14:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation matrix of Proc Corr in SAS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Correlation-matrix-of-Proc-Corr-in-SAS/m-p/127145#M4957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Thanks for your link to more information, I have looked at it and seems to be a good step in the right direction. &lt;/P&gt;&lt;P&gt;Sorry for the late replay!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hannes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 10:53:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Correlation-matrix-of-Proc-Corr-in-SAS/m-p/127145#M4957</guid>
      <dc:creator>Hank</dc:creator>
      <dc:date>2013-05-09T10:53:00Z</dc:date>
    </item>
  </channel>
</rss>

