<?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: how to get combined dt of tTest pVal's without plotting Oneway first? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/how-to-get-combined-dt-of-tTest-pVal-s-without-plotting-Oneway/m-p/393487#M64380</link>
    <description>hmm. I added "invisible" to my OW script, but its still taking 5+mins to churn through the source dt.</description>
    <pubDate>Tue, 15 Jun 2021 20:07:04 GMT</pubDate>
    <dc:creator>aliegner1</dc:creator>
    <dc:date>2021-06-15T20:07:04Z</dc:date>
    <item>
      <title>how to get combined dt of tTest pVal's without plotting Oneway first?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-get-combined-dt-of-tTest-pVal-s-without-plotting-Oneway/m-p/393322#M64372</link>
      <description>&lt;P&gt;Is there a way to output a dt of the "Ordered Differences Report" from a Oneway --&amp;gt; All Pairs() without having to go through the actual creation of the oneway?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've got a pretty big dataset with a few thousand Oneway charts that takes a long time to grind through and plot, just to ultimately get a new dt of the pVal's.&lt;/P&gt;&lt;P&gt;Can we just skip the plotting?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;ow1 = Oneway(
	Y( :MEAN ),
	X( :TOOL_PROCESS_CHAMBER ),
	By(:RECIPE_PROCESS),
	
	//All pairs Tukey HSD test
	All Pairs(
		1,
		Confidence Quantile( 0 ),
		Difference Matrix( 0 ),
		LSD Threshold Matrix( 0 ),
		Connecting Letters Report( 0 ),
		Ordered Differences Report( 1 )
	)
);

// Create the combined data table, using xPath (return a list of the OutlineBoxes from the report that have the title Ordered Differences Report.  Then, use the first of those to make the combined data table.)
outlines = (Report( ow1[1] ) &amp;lt;&amp;lt; Top Parent) &amp;lt;&amp;lt; XPath( "//OutlineBox[text()='Ordered Differences Report']" );
dt1 = outlines[1][Table Box( 1 )] &amp;lt;&amp;lt; Make Combined Data Table;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:31:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-get-combined-dt-of-tTest-pVal-s-without-plotting-Oneway/m-p/393322#M64372</guid>
      <dc:creator>aliegner1</dc:creator>
      <dc:date>2023-06-10T23:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to get combined dt of tTest pVal's without plotting Oneway first?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-get-combined-dt-of-tTest-pVal-s-without-plotting-Oneway/m-p/393333#M64373</link>
      <description>&lt;P&gt;Try including the Invisible argument in the Oneway() function call.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 15:05:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-get-combined-dt-of-tTest-pVal-s-without-plotting-Oneway/m-p/393333#M64373</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2021-06-15T15:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to get combined dt of tTest pVal's without plotting Oneway first?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-get-combined-dt-of-tTest-pVal-s-without-plotting-Oneway/m-p/393487#M64380</link>
      <description>hmm. I added "invisible" to my OW script, but its still taking 5+mins to churn through the source dt.</description>
      <pubDate>Tue, 15 Jun 2021 20:07:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-get-combined-dt-of-tTest-pVal-s-without-plotting-Oneway/m-p/393487#M64380</guid>
      <dc:creator>aliegner1</dc:creator>
      <dc:date>2021-06-15T20:07:04Z</dc:date>
    </item>
  </channel>
</rss>

