<?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 How to get ANOVA for selected Factorial Model in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-get-ANOVA-for-selected-Factorial-Model/m-p/10890#M10499</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I attached a picture that illustrates my question. &lt;/P&gt;&lt;P&gt;I'm having trouble working with a data set that consists of results for 3 different methods of doing the same thing.&lt;/P&gt;&lt;P&gt;I have watched many tutorials but I can't apply them effectively to my problem. I'm sure it's just one thing that is obvious to someone who is experienced, and I hope you can put me on the right track with some good search keywords, etc, so I can find the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8032_question.jpg" style="width: 700px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/1216i35E724E294B5AE54/image-size/medium?v=v2&amp;amp;px=400" role="button" title="8032_question.jpg" alt="8032_question.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Oct 2016 22:32:40 GMT</pubDate>
    <dc:creator>isabeq</dc:creator>
    <dc:date>2016-10-18T22:32:40Z</dc:date>
    <item>
      <title>How to get ANOVA for selected Factorial Model</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-get-ANOVA-for-selected-Factorial-Model/m-p/10890#M10499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I attached a picture that illustrates my question. &lt;/P&gt;&lt;P&gt;I'm having trouble working with a data set that consists of results for 3 different methods of doing the same thing.&lt;/P&gt;&lt;P&gt;I have watched many tutorials but I can't apply them effectively to my problem. I'm sure it's just one thing that is obvious to someone who is experienced, and I hope you can put me on the right track with some good search keywords, etc, so I can find the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8032_question.jpg" style="width: 700px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/1216i35E724E294B5AE54/image-size/medium?v=v2&amp;amp;px=400" role="button" title="8032_question.jpg" alt="8032_question.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 22:32:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-get-ANOVA-for-selected-Factorial-Model/m-p/10890#M10499</guid>
      <dc:creator>isabeq</dc:creator>
      <dc:date>2016-10-18T22:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to get ANOVA for selected Factorial Model</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-get-ANOVA-for-selected-Factorial-Model/m-p/10891#M10500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have had a good start. JMP, like most statistical packages will require you to have your data organized properly first. That is, each column is a variable, each row is an observation. Therefore, you can use the Stack Columns feature in JMP to quickly arrange the data properly. Here is what the dialog box looks like for the Stack command:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8035_Dialog Box.jpg" style="width: 723px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/1217i688FD4889E1D6568/image-size/medium?v=v2&amp;amp;px=400" role="button" title="8035_Dialog Box.jpg" alt="8035_Dialog Box.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The resulting table looks like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8036_New Table.JPG" style="width: 817px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/1218iADE27E73079F7A3B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="8036_New Table.JPG" alt="8036_New Table.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before starting your analysis, notice that the Column 1 has a modeling type of "Continuous" (as noted by the blue triangle to the left of the column name in the column panel area). You want&amp;nbsp; One-way Analysis of Variance which requires that the Factor have a modeling type of Nominal (or Ordinal). So click the blue triangle and change the modeling type to Nominal. Now use Fit Y by X, specify Column 1 as your X, Results as your Y and click OK. The report that appears will have a plot of the data. All options for the analysis will be under the red popup. Specifically you are looking for Means/ANOVA and the Compare Means commands (plus maybe a few others).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I did notice something peculiar with your data. The analysis that you included does NOT match the data that you provided. Specifically, look at method 3. The average for method 3 should be 74, but the analysis output that you provided says 73. That could be why you are not getting the results to match. Your captured analysis was not done on the data that you have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 22:32:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-get-ANOVA-for-selected-Factorial-Model/m-p/10891#M10500</guid>
      <dc:creator>Dan_Obermiller</dc:creator>
      <dc:date>2016-10-18T22:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to get ANOVA for selected Factorial Model</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-get-ANOVA-for-selected-Factorial-Model/m-p/10892#M10501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you mean with three data sets, but In JMP a vertical data set is often assumed. So you did the right thing to transform the data table the way you did (&lt;EM&gt;Stack&lt;/EM&gt; in the &lt;EM&gt;Tables&lt;/EM&gt; menu is great for converting a wide table into a tall one).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get a detailed ANOVA report, the &lt;EM&gt;Fit Model&lt;/EM&gt; platform found in the &lt;EM&gt;Analyze&lt;/EM&gt; menu is the way to go. But first make sure the data type of your categorical factor (i.e. Column 2) is set to Nominal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Fit Model launcher set Column 3 as &lt;EM&gt;Y&lt;/EM&gt; and add Column 2 to the M&lt;EM&gt;odel Effects&lt;/EM&gt;. If a transformation is requested, select the variable and choose an adequate transformation from the &lt;EM&gt;Transform&lt;/EM&gt; red-triangle menu. Click run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you should get a report with most of what's in your example. Optional stuff, e.g. different types of residual plots can be found under the red-triangle.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 21:42:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-get-ANOVA-for-selected-Factorial-Model/m-p/10892#M10501</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2015-02-09T21:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to get ANOVA for selected Factorial Model</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-get-ANOVA-for-selected-Factorial-Model/m-p/10893#M10502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One of the greatest things in your explanation was the Categorical Factor changing Column One from Continuous to Nominal. I had done everything you said, but without that one change, I was stuck because I didn't have the options under the plot. The reply by MS is also very thorough. &lt;STRONG&gt;Thank you very much! &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 22:23:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-get-ANOVA-for-selected-Factorial-Model/m-p/10893#M10502</guid>
      <dc:creator>isabeq</dc:creator>
      <dc:date>2015-02-09T22:23:37Z</dc:date>
    </item>
  </channel>
</rss>

