<?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 implement variance decomposition in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-implement-variance-decomposition/m-p/272070#M52924</link>
    <description>&lt;P&gt;Hi, I'm following a guide on how to evaluate precision of measurements and they show this figure (image 1) for a 20x2x2 study (20 days, 2 runs each day, 2 replicates each run).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Annotation 2020-06-11 114516.png" style="width: 665px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/24500i9040197449408B6D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Annotation 2020-06-11 114516.png" alt="Annotation 2020-06-11 114516.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Followed by the explanation (image 2):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Annotation 2020-06-11 114917.png" style="width: 770px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/24501iC0793E6F84A00F3A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Annotation 2020-06-11 114917.png" alt="Annotation 2020-06-11 114917.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the best way to do this in JMP? Make the plot with how much of the total variance is explained by each of the variables, and also get a numerical table with this information.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 00:17:08 GMT</pubDate>
    <dc:creator>Agustin</dc:creator>
    <dc:date>2023-06-09T00:17:08Z</dc:date>
    <item>
      <title>How to implement variance decomposition</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-implement-variance-decomposition/m-p/272070#M52924</link>
      <description>&lt;P&gt;Hi, I'm following a guide on how to evaluate precision of measurements and they show this figure (image 1) for a 20x2x2 study (20 days, 2 runs each day, 2 replicates each run).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Annotation 2020-06-11 114516.png" style="width: 665px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/24500i9040197449408B6D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Annotation 2020-06-11 114516.png" alt="Annotation 2020-06-11 114516.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Followed by the explanation (image 2):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Annotation 2020-06-11 114917.png" style="width: 770px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/24501iC0793E6F84A00F3A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Annotation 2020-06-11 114917.png" alt="Annotation 2020-06-11 114917.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the best way to do this in JMP? Make the plot with how much of the total variance is explained by each of the variables, and also get a numerical table with this information.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 00:17:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-implement-variance-decomposition/m-p/272070#M52924</guid>
      <dc:creator>Agustin</dc:creator>
      <dc:date>2023-06-09T00:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement variance decomposition</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-implement-variance-decomposition/m-p/272093#M52926</link>
      <description>&lt;P&gt;I will assume that you have a data table with a row for each measurement. There are data columns for the measurement and the grouping variables. The grouping variables are named Day (1-20), Run (1-2), and Replicate (1-2). There will be a total of 80 rows in your table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are a couple of platforms that can compute the variance components for you. Both of them will give you the estimates but each offers unique additional information about the estimates and about the assumptions of the model. We will start with the Fit Least Squares platform.&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 Measurement and click Y.&lt;/LI&gt;
&lt;LI&gt;Select Day and Run in the list of columns on the left.&lt;/LI&gt;
&lt;LI&gt;Click Add.&lt;/LI&gt;
&lt;LI&gt;Select Day in the list of columns and select Run in the list of effects.&lt;/LI&gt;
&lt;LI&gt;Click Nest.&lt;/LI&gt;
&lt;LI&gt;Select Day and Run[Day] in the list of effects.&lt;/LI&gt;
&lt;LI&gt;Click the red triangle next to Attributes and select Random Effect.&lt;/LI&gt;
&lt;LI&gt;Check your dialog against the picture below and when they agree, click Run.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-06-11 at 7.20.45 AM.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/24503i1D461A7FCD6D4BE2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2020-06-11 at 7.20.45 AM.png" alt="Screen Shot 2020-06-11 at 7.20.45 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The variance components are found in the Var Component column in the REML Variance Component Estimates report in the Fit Least Squares window.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-06-11 at 7.22.25 AM.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/24504i253DF79BD9DC5971/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2020-06-11 at 7.22.25 AM.png" alt="Screen Shot 2020-06-11 at 7.22.25 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The variability chart is another good way to get the estimates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Select Analyze &amp;gt; Quality and Process &amp;gt; Variability / Attribute Gauge Chart.&lt;/LI&gt;
&lt;LI&gt;Select Measurement and click Y, Response.&lt;/LI&gt;
&lt;LI&gt;Select Day and Run and click X, Grouping.&lt;/LI&gt;
&lt;LI&gt;Click Decide Later and select Nested for Model Type.&lt;/LI&gt;
&lt;LI&gt;Check that you dialog agrees with the picture below and click OK.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-06-11 at 7.26.33 AM.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/24505iBFD5C68AE313E8E3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2020-06-11 at 7.26.33 AM.png" alt="Screen Shot 2020-06-11 at 7.26.33 AM.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;Click the red triangle next to Variability Gauge and select Variance Components.&lt;/LI&gt;
&lt;LI&gt;Click OK.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-06-11 at 7.29.07 AM.png" style="width: 562px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/24506iDD02DE6E147F63DD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2020-06-11 at 7.29.07 AM.png" alt="Screen Shot 2020-06-11 at 7.29.07 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The results from the two platforms differ. First, the model in the Variability Gauge platform includes an interaction term that is not part of the model used in the Fit Least Squares platform. Second, the estimation method is different. The first platform used REML and the second platform used a Bayesian technique. The reason is that the Day and Run variances are 0 in my simulated measurements, so the estimates can vary about 0. The first platform allows for negative estimates but you can change that behavior. The second platform detects the negative estimate and switches methods to give only positive estimates, but you can change that behavior.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 11:33:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-implement-variance-decomposition/m-p/272093#M52926</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2020-06-11T11:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement variance decomposition</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-implement-variance-decomposition/m-p/272109#M52928</link>
      <description>Thank you this is exactly what I wanted.&lt;BR /&gt;Although I don't understand why I have to choose nested, I assumed day and run were crossed? For every day you have run 1 and 2?&lt;BR /&gt;Thank you</description>
      <pubDate>Thu, 11 Jun 2020 12:00:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-implement-variance-decomposition/m-p/272109#M52928</guid>
      <dc:creator>Agustin</dc:creator>
      <dc:date>2020-06-11T12:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement variance decomposition</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-implement-variance-decomposition/m-p/272128#M52931</link>
      <description>&lt;P&gt;It has to do with the modeling and the correct computation of the variance components. It has to do with the meaning of SAME thing. You label Run as 1 and 2 for every day, but the run &lt;EM&gt;changes&lt;/EM&gt;&amp;nbsp;from day to day. Run 1 on Day 3 is &lt;STRONG&gt;not&lt;/STRONG&gt; the same as Run 1 on Day 1. If they were crossed, you would be able to bring the SAME run to every day, which is physically impossible. Another way to think about it is in terms of the degrees of freedom. If you used a cross design, then you would have only 2 degrees of freedom for Run. But you have 20x2 = 40 degrees of freedom for Run. That is because Run is nested in Day.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Think of it this way. What if the factor was Sample = 1 or 2 to be tested on Day = 1 to 20. If the same sample were tested each day, then it is a crossed design. If the two samples were different each day, then the design is nested.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 14:12:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-implement-variance-decomposition/m-p/272128#M52931</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2020-06-11T14:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement variance decomposition</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-implement-variance-decomposition/m-p/272129#M52932</link>
      <description>I think I understand that, but if instead of run 1 and 2 it was Operator Bob and Operator Alice, would that also be nested?&lt;BR /&gt;Is there an easy way to determine whether the factors are nested or crossed, especially if I'm thinking of more than 2 factors?&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jun 2020 14:16:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-implement-variance-decomposition/m-p/272129#M52932</guid>
      <dc:creator>Agustin</dc:creator>
      <dc:date>2020-06-11T14:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement variance decomposition</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-implement-variance-decomposition/m-p/272130#M52933</link>
      <description>&lt;P&gt;To supplement &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/5358"&gt;@Mark_Bailey&lt;/a&gt; 's recommendations, here is a JMP On Demand webinar on the very topic of interest here, hosted by my former colleague&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/8239"&gt;@JerryFish&lt;/a&gt; :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;A href="https://www.jmp.com/en_us/events/ondemand/mastering-jmp/evaluating-and-monitoring-your-process-using-msa-and-spc.html" target="_blank" rel="noopener"&gt;https://www.jmp.com/en_us/events/ondemand/mastering-jmp/evaluating-and-monitoring-your-process-using-msa-and-spc.html&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 15:18:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-implement-variance-decomposition/m-p/272130#M52933</guid>
      <dc:creator>P_Bartell</dc:creator>
      <dc:date>2020-06-11T15:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement variance decomposition</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-implement-variance-decomposition/m-p/272133#M52935</link>
      <description>&lt;P&gt;I don't know of an 'easy' way. It is a very common point of confusion, so do not feel bad if it is not entirely clear yet. I will say, though, that once you 'get it,' it will be very clear to you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it was always Operator Bob or Alice every day, the Operator is crossed. But if it was different operators each day and you merely called them Bob and Alice, then it is nested. It is not what you call it, it is what it is!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a &lt;A href="https://online.stat.psu.edu/stat502/lesson/4" target="_self"&gt;link&lt;/A&gt; to a good source (of many!) to hopefully clarify crossed and nested factors.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 14:29:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-implement-variance-decomposition/m-p/272133#M52935</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2020-06-11T14:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement variance decomposition</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-implement-variance-decomposition/m-p/272136#M52936</link>
      <description>Thank you</description>
      <pubDate>Thu, 11 Jun 2020 14:28:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-implement-variance-decomposition/m-p/272136#M52936</guid>
      <dc:creator>Agustin</dc:creator>
      <dc:date>2020-06-11T14:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement variance decomposition</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-implement-variance-decomposition/m-p/272244#M52954</link>
      <description>&lt;P&gt;To add to&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/5358"&gt;@Mark_Bailey&lt;/a&gt;&amp;nbsp;'s comments, I will say sometimes it is obvious and sometimes not. &amp;nbsp;Here is a simple diagram that shows the continuum between nested and crossed with systematic in the middle. &amp;nbsp;For systematic sampling, you will find different opinions as to how this should be handled. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="crossnest.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/24544iE96CA4786C116FB3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="crossnest.png" alt="crossnest.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 17:50:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-implement-variance-decomposition/m-p/272244#M52954</guid>
      <dc:creator>statman</dc:creator>
      <dc:date>2020-06-11T17:50:32Z</dc:date>
    </item>
  </channel>
</rss>

