<?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: multivariate correlation in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/multivariate-correlation/m-p/481889#M72628</link>
    <description>The other posters have given you multiple ways to get what you want. My only advice is to look at the data and don’t just rely on the quantitative r and p-values. These statistics can be influenced by singular data points and “ outliers”.</description>
    <pubDate>Mon, 25 Apr 2022 14:09:24 GMT</pubDate>
    <dc:creator>statman</dc:creator>
    <dc:date>2022-04-25T14:09:24Z</dc:date>
    <item>
      <title>multivariate correlation</title>
      <link>https://community.jmp.com/t5/Discussions/multivariate-correlation/m-p/481724#M72604</link>
      <description>&lt;P&gt;Hi, is there a way to filter (corr&amp;gt;x, or like top 10 corr etc) or to at list to sort&amp;nbsp; the correlation when i am analyzing&amp;nbsp; the multivariate correlation results?&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;P&gt;Hillel&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 00:48:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/multivariate-correlation/m-p/481724#M72604</guid>
      <dc:creator>hillel</dc:creator>
      <dc:date>2023-06-09T00:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: multivariate correlation</title>
      <link>https://community.jmp.com/t5/Discussions/multivariate-correlation/m-p/481763#M72606</link>
      <description>&lt;P&gt;You may want to try thr&amp;nbsp; Response Screening platform.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Analyze=&amp;gt;Screening=&amp;gt;Response Screening&lt;/P&gt;
&lt;P&gt;It is designed to sort and select the results based upon the te significance level.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1650806406918.png" style="width: 570px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/41993i13ED4B1D6EC5DD92/image-dimensions/570x706?v=v2" width="570" height="706" role="button" title="txnelson_0-1650806406918.png" alt="txnelson_0-1650806406918.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Apr 2022 13:20:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/multivariate-correlation/m-p/481763#M72606</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-04-24T13:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: multivariate correlation</title>
      <link>https://community.jmp.com/t5/Discussions/multivariate-correlation/m-p/481769#M72611</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/21243"&gt;@hillel&lt;/a&gt;, welcome to the forum.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt; gave you by far the most powerful approach.&lt;BR /&gt;Perhaps a more simple approach can be the following:&lt;/P&gt;
&lt;P&gt;produce the correlations using the multivariate platform. There, ask for the pairwise correlations. Right click on the pairwise correlation table and select &amp;gt;&amp;gt; Sort table &amp;gt;&amp;gt; By Pvalues &amp;gt;&amp;gt; ascending.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;using a script its should look like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA\semiconductor capability.jmp" );


Multivariate(
	Y( :NPN1, :PNP1, :PNP2, :NPN2, :PNP3, :IVP1, :PNP4 ),
	Estimation Method( "Row-wise" ),
	Scatterplot Matrix( 1 ),
	Pairwise Correlations( 1 ),
	SendToReport(
		Dispatch( {}, "Correlations", OutlineBox, {Close( 1 )} ),
		Dispatch(
			{"Pairwise Correlations"},
			"",
			TableBox,
			{Sort By Column( 7, 1 )}
		)
	)
);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You can also make a data table from the pairwise correlations and take things further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let us know if it helps,&lt;/P&gt;
&lt;P&gt;Ron&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Apr 2022 18:47:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/multivariate-correlation/m-p/481769#M72611</guid>
      <dc:creator>ron_horne</dc:creator>
      <dc:date>2022-04-24T18:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: multivariate correlation</title>
      <link>https://community.jmp.com/t5/Discussions/multivariate-correlation/m-p/481869#M72626</link>
      <description>&lt;P&gt;This feature works with any table presented in a JMP platform: First, select Pairwise Correlations from the red triangle menu next to Multivariate. Then right-click in the table and choose Sort By Column. Select Signif Prob and Ascending and click OK. Now the list is sorted from most significant to least significant. If you want to sort by correlation, then right-click and select Make Into Data Table. Right-click on the Correlation data column and select New Column Formula. Choose Transform and Absolute. Now click Tables &amp;gt; Sort to finish.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 13:41:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/multivariate-correlation/m-p/481869#M72626</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2022-04-25T13:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: multivariate correlation</title>
      <link>https://community.jmp.com/t5/Discussions/multivariate-correlation/m-p/481889#M72628</link>
      <description>The other posters have given you multiple ways to get what you want. My only advice is to look at the data and don’t just rely on the quantitative r and p-values. These statistics can be influenced by singular data points and “ outliers”.</description>
      <pubDate>Mon, 25 Apr 2022 14:09:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/multivariate-correlation/m-p/481889#M72628</guid>
      <dc:creator>statman</dc:creator>
      <dc:date>2022-04-25T14:09:24Z</dc:date>
    </item>
  </channel>
</rss>

