<?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: JMP 18: Analyze &amp;gt; Multivariate Platform Is Spearman's Rho Scriptable? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMP-18-Analyze-gt-Multivariate-Platform-Is-Spearman-s-Rho/m-p/860940#M102731</link>
    <description>&lt;P&gt;Jim: Thank you for that.&lt;/P&gt;</description>
    <pubDate>Sat, 29 Mar 2025 23:49:01 GMT</pubDate>
    <dc:creator>WoHNY</dc:creator>
    <dc:date>2025-03-29T23:49:01Z</dc:date>
    <item>
      <title>JMP 18: Analyze &gt; Multivariate Platform Is Spearman's Rho Scriptable?</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-18-Analyze-gt-Multivariate-Platform-Is-Spearman-s-Rho/m-p/855866#M102684</link>
      <description>&lt;P&gt;Analyze &amp;gt; Multivariate Methods &amp;gt; Multivariate, simple script below generates correlation table. Then I click on the red triangle, to the left of Multivariate, and select Nonparametric Correlations &amp;gt; Spearman's p. Is generating this Spearman's table scriptable?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;// Launch platform: Multivariate
dt = Data Table("CorrData") &amp;lt;&amp;lt; Multivariate(
	Y(:Response, :P1, :P2, :P3),
	Variance Estimation("Row-wise"),
	Matrix Format("Square"),
	Scatterplot Matrix(0),
	By(:Parm Name)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 27 Mar 2025 05:42:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-18-Analyze-gt-Multivariate-Platform-Is-Spearman-s-Rho/m-p/855866#M102684</guid>
      <dc:creator>WoHNY</dc:creator>
      <dc:date>2025-03-27T05:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: JMP 18: Analyze &gt; Multivariate Platform Is Spearman's Rho Scriptable?</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-18-Analyze-gt-Multivariate-Platform-Is-Spearman-s-Rho/m-p/855911#M102688</link>
      <description>&lt;P&gt;After you do that, just go to the red triangle and select&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Save Script=&amp;gt;Script Window&lt;/P&gt;
&lt;P&gt;and it will show you the script&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Multivariate(
	Y( :age, :height ),
	Variance Estimation( "Row-wise" ),
	Scatterplot Matrix( 1 ),
	Spearman's ρ( 1 )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 27 Mar 2025 01:40:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-18-Analyze-gt-Multivariate-Platform-Is-Spearman-s-Rho/m-p/855911#M102688</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2025-03-27T01:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: JMP 18: Analyze &gt; Multivariate Platform Is Spearman's Rho Scriptable?</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-18-Analyze-gt-Multivariate-Platform-Is-Spearman-s-Rho/m-p/860940#M102731</link>
      <description>&lt;P&gt;Jim: Thank you for that.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Mar 2025 23:49:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-18-Analyze-gt-Multivariate-Platform-Is-Spearman-s-Rho/m-p/860940#M102731</guid>
      <dc:creator>WoHNY</dc:creator>
      <dc:date>2025-03-29T23:49:01Z</dc:date>
    </item>
  </channel>
</rss>

