<?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 Question about PROC CORR in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Question-about-PROC-CORR/m-p/631558#M30285</link>
    <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have some JMP codes like below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dt_a = dt_b &amp;lt;&amp;lt; Multivariate(&lt;BR /&gt;Y( :Name( "A" ), :name( "B" ), :name( "C" ) ),&lt;BR /&gt;estimation method( "Row-wise" ),&lt;BR /&gt;invisible&lt;BR /&gt;);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to replicate the results of these JMP codes in SAS.&amp;nbsp; I know PROC CORR may give the correlation, but I don't know how to use "Row-wise" method in this procedure.&amp;nbsp; Can someone help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS: I am sorry if I posted this question in the wrong location.&lt;/P&gt;</description>
    <pubDate>Thu, 12 Mar 2020 13:45:25 GMT</pubDate>
    <dc:creator>Relax</dc:creator>
    <dc:date>2020-03-12T13:45:25Z</dc:date>
    <item>
      <title>Question about PROC CORR</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Question-about-PROC-CORR/m-p/631558#M30285</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have some JMP codes like below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dt_a = dt_b &amp;lt;&amp;lt; Multivariate(&lt;BR /&gt;Y( :Name( "A" ), :name( "B" ), :name( "C" ) ),&lt;BR /&gt;estimation method( "Row-wise" ),&lt;BR /&gt;invisible&lt;BR /&gt;);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to replicate the results of these JMP codes in SAS.&amp;nbsp; I know PROC CORR may give the correlation, but I don't know how to use "Row-wise" method in this procedure.&amp;nbsp; Can someone help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS: I am sorry if I posted this question in the wrong location.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 13:45:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Question-about-PROC-CORR/m-p/631558#M30285</guid>
      <dc:creator>Relax</dc:creator>
      <dc:date>2020-03-12T13:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Question about PROC CORR</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Question-about-PROC-CORR/m-p/631568#M30286</link>
      <description>&lt;P&gt;Please explain what JMP is doing when you say "row-wise"&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 14:20:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Question-about-PROC-CORR/m-p/631568#M30286</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-03-12T14:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Question about PROC CORR</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Question-about-PROC-CORR/m-p/631570#M30287</link>
      <description>&lt;P&gt;By "rowwise" do you mean your want correlations using values in the same row?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Second question: what do you want to do about missing values?&amp;nbsp; If you want correlations of A, B, and C, when a row occurs with missing B, but valid A and C, do you want that row to still contribute to generating the correlation of A and C?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 14:23:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Question-about-PROC-CORR/m-p/631570#M30287</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2020-03-12T14:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Question about PROC CORR</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Question-about-PROC-CORR/m-p/631579#M30288</link>
      <description>&lt;P&gt;Thanks for replying.&amp;nbsp;&amp;nbsp;&lt;SPAN class="command"&gt;Row-wise&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;estimation is used for data tables with no missing values and calculates the correlation of the variables in the same row.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 14:32:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Question-about-PROC-CORR/m-p/631579#M30288</guid>
      <dc:creator>Relax</dc:creator>
      <dc:date>2020-03-12T14:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Question about PROC CORR</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Question-about-PROC-CORR/m-p/631581#M30289</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/222207"&gt;@Relax&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thanks for replying.&amp;nbsp;&amp;nbsp;&lt;SPAN class="command"&gt;Row-wise&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;estimation is used for data tables with no missing values and calculates the correlation of the variables in the same row.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;No missing values ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc corr data=mydatasetname;
    var a b c;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 Mar 2020 14:34:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Question-about-PROC-CORR/m-p/631581#M30289</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-03-12T14:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Question about PROC CORR</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Question-about-PROC-CORR/m-p/631583#M30290</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thanks for replying.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Yes, I want correlations using values of A, B and C in the same row.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="command"&gt;Row-wise&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;estimation is used for data tables with no missing values, so if a row occurs with missing B, but valid A and C, I will delete this row.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 14:35:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Question-about-PROC-CORR/m-p/631583#M30290</guid>
      <dc:creator>Relax</dc:creator>
      <dc:date>2020-03-12T14:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Question about PROC CORR</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Question-about-PROC-CORR/m-p/631585#M30291</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/222207"&gt;@Relax&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks for replying.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yes, I want correlations using values of A, B and C in the same row.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="command"&gt;Row-wise&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;estimation is used for data tables with no missing values, so if a row occurs with missing B, but valid A and C, I will delete this row.&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This is different than your previous explanation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc corr data=mydatasetname nomiss;
    var a b c;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 Mar 2020 14:39:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Question-about-PROC-CORR/m-p/631585#M30291</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-03-12T14:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Question about PROC CORR</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Question-about-PROC-CORR/m-p/631587#M30292</link>
      <description>&lt;P&gt;Thank you, Paige.&amp;nbsp; I appreciate your help.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 14:44:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Question-about-PROC-CORR/m-p/631587#M30292</guid>
      <dc:creator>Relax</dc:creator>
      <dc:date>2020-03-12T14:44:02Z</dc:date>
    </item>
  </channel>
</rss>

