<?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 a single output table for one-way ANOVA on many response variables in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-get-a-single-output-table-for-one-way-ANOVA-on-many/m-p/569750#M78031</link>
    <description>&lt;P&gt;There is also a "fun" version to do this :)&lt;/img&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with&amp;nbsp;&lt;/P&gt;&lt;P&gt;20 analyted, 5 areas&amp;nbsp; -&amp;gt; :age&lt;/P&gt;&lt;P&gt;sampling event -&amp;gt; :sex&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;just run the script and then right click on one of the Anovas and select &lt;STRONG&gt;Make combined Data Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1668574493798.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47371i0AA580B10F6200C5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1668574493798.png" alt="hogi_0-1668574493798.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
gb = dt &amp;lt;&amp;lt; Graph Builder(
	Size( 437, 413 ),
	Graph Spacing( 4 ),
	Variables( X( :height ), Y( :weight ), Overlay( :sex ) ),
	Elements( Points( X, Y, Legend( 1 ) ), Smoother( X, Y, Legend( 2 ) ) )
);
	
Oneway(
	X( :sex ),
	Y( :height ),
	By( :age ),
	SendToByGroup( Bygroup, Y( :height ) ),
	SendToByGroup( Bygroup, X( :sex ), Means( 1 ), Mean Diamonds( 1 ) ),

);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Nov 2022 05:02:17 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2022-11-16T05:02:17Z</dc:date>
    <item>
      <title>How to get a single output table for one-way ANOVA on many response variables</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-get-a-single-output-table-for-one-way-ANOVA-on-many/m-p/569744#M78030</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trialing JMP and a few other stats software packages before committing. As an environmental scientist, I routinely need to run 100 one-way ANOVAs to test for differences in a suite of ~20 water chemistry analytes&amp;nbsp;&lt;FONT face="inherit"&gt;between yearly sampling events (n = 4) for five test locations (6 replicates within each test area). I'm not testing for differences between area, only differences in mean concentrations of each analyte between each of the 4 events (yearly). I need the one-way ANOVA result for year difference for each of the 20 analytes, with the dataset split by area. I have found how to make the JMP output give me the area split (good), but within each area split it has 20 drop downs (i.e., one for each &lt;/FONT&gt;analyte&lt;FONT face="inherit"&gt;) which I then need to go through individually (so, 100 times total), to select the ANOVA result from the dropdown menu. This is not so fun.&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="inherit"&gt;Is there any way to make this less tedious? How can I get all 20 ANOVA results for each area as a single table?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="inherit"&gt;Cheers :)&lt;/img&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:57:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-get-a-single-output-table-for-one-way-ANOVA-on-many/m-p/569744#M78030</guid>
      <dc:creator>FlyingDoge89</dc:creator>
      <dc:date>2023-06-10T23:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a single output table for one-way ANOVA on many response variables</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-get-a-single-output-table-for-one-way-ANOVA-on-many/m-p/569750#M78031</link>
      <description>&lt;P&gt;There is also a "fun" version to do this :)&lt;/img&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with&amp;nbsp;&lt;/P&gt;&lt;P&gt;20 analyted, 5 areas&amp;nbsp; -&amp;gt; :age&lt;/P&gt;&lt;P&gt;sampling event -&amp;gt; :sex&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;just run the script and then right click on one of the Anovas and select &lt;STRONG&gt;Make combined Data Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1668574493798.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47371i0AA580B10F6200C5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1668574493798.png" alt="hogi_0-1668574493798.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
gb = dt &amp;lt;&amp;lt; Graph Builder(
	Size( 437, 413 ),
	Graph Spacing( 4 ),
	Variables( X( :height ), Y( :weight ), Overlay( :sex ) ),
	Elements( Points( X, Y, Legend( 1 ) ), Smoother( X, Y, Legend( 2 ) ) )
);
	
Oneway(
	X( :sex ),
	Y( :height ),
	By( :age ),
	SendToByGroup( Bygroup, Y( :height ) ),
	SendToByGroup( Bygroup, X( :sex ), Means( 1 ), Mean Diamonds( 1 ) ),

);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 05:02:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-get-a-single-output-table-for-one-way-ANOVA-on-many/m-p/569750#M78031</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2022-11-16T05:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a single output table for one-way ANOVA on many response variables</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-get-a-single-output-table-for-one-way-ANOVA-on-many/m-p/569950#M78039</link>
      <description>&lt;P&gt;I believe the easiest way to handle this is to use the Response Screening Platform&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 gives you the One Way ANOVAs in a table format&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1668602268539.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47382i5ABCB4AF99776A55/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1668602268539.png" alt="txnelson_0-1668602268539.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 12:37:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-get-a-single-output-table-for-one-way-ANOVA-on-many/m-p/569950#M78039</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-11-16T12:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a single output table for one-way ANOVA on many response variables</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-get-a-single-output-table-for-one-way-ANOVA-on-many/m-p/570135#M78052</link>
      <description>&lt;P&gt;I wonder about another approach altogether. Each Analyte (20) has a unique response (e.g., dissolved oxygen), range, and variance, so let's keep them separate for now. You can enter all of them in the Y role with Fit Model for parallel analysis and reduce your effort. You could build a linear predictor with Location (5 levels) and Year (4 levels) to further reduce your effort and obtain more information. I am not sure yet about how to use the replicates (implicit or explicit random effect term). Why do it this way?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;More efficient for you. You specify one platform launch and get all the results at once.&lt;/LI&gt;
&lt;LI&gt;More efficient for JMP. You lose statistical power and accuracy by dividing the data into many smaller sets.&lt;/LI&gt;
&lt;LI&gt;You can ask more questions of the data.
&lt;UL&gt;
&lt;LI&gt;Is the effect of time the same at each location?&lt;/LI&gt;
&lt;LI&gt;Do some locations behave the same? Are there clusters that might inform you?&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;You can see all the statistical tests together.&lt;/LI&gt;
&lt;LI&gt;You can perform &lt;EM&gt;post hoc&lt;/EM&gt; custom tests or contrasts.
&lt;UL&gt;
&lt;LI&gt;You can ask questions about individual locations or years, or different combinations of either variable.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;How do you set it up for this kind of analysis? You must have a data column for each Analyte response and a data column for the Location and Year. Then follow these steps:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Select Analyze &amp;gt; Fit Model.&lt;/LI&gt;
&lt;LI&gt;Select the Analyte data columns and click Y.&lt;/LI&gt;
&lt;LI&gt;Select the Location and Year data columns, and click Add.&lt;/LI&gt;
&lt;LI&gt;Set the Emphasis to Effect Leverage.&lt;/LI&gt;
&lt;LI&gt;Click Run.&lt;/LI&gt;
&lt;LI&gt;Examine the Analysis of Variance table to determine if the whole model is significant compared to the grand mean.&lt;/LI&gt;
&lt;LI&gt;Examine the Effect Tests to determine if the Location or Year is significant.&lt;/LI&gt;
&lt;LI&gt;Click the red triangle next to the Leverage Plot for Location and select LSMeans Plot and LSMeans Tukey HSD.&lt;/LI&gt;
&lt;LI&gt;Repeat the last step with Year.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;This analysis should be a good start. I hope you find it helpful.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 19:10:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-get-a-single-output-table-for-one-way-ANOVA-on-many/m-p/570135#M78052</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2022-11-16T19:10:40Z</dc:date>
    </item>
  </channel>
</rss>

