<?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 design a DoE to compare appliances with different batch size in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-design-a-DoE-to-compare-appliances-with-different-batch/m-p/635540#M83372</link>
    <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/47297"&gt;@PValueEnemy&lt;/a&gt;&amp;nbsp; Some of your model notation is not clear to me. In particular, what exactly does “&lt;SPAN&gt;m_i/b_ij” represent?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 25 May 2023 14:22:28 GMT</pubDate>
    <dc:creator>MRB3855</dc:creator>
    <dc:date>2023-05-25T14:22:28Z</dc:date>
    <item>
      <title>How to design a DoE to compare appliances with different batch size</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-design-a-DoE-to-compare-appliances-with-different-batch/m-p/635415#M83358</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I want to compare if two machines have the same pressure output. However, one machine, namely A, outputs batches of size 15 and machine B output batches of size 90.&lt;/P&gt;&lt;P&gt;Ideally, my model would be&lt;/P&gt;&lt;P&gt;y_ijk = mu + m_i + m_i/b_ij + e_ijk&lt;/P&gt;&lt;P&gt;where y is the pressure at machine i, batch j and replicate k, m is the machine, b is the batch and e is the random error.&lt;/P&gt;&lt;P&gt;How would I create this design in JMP, making sure I have the correct number of observations in each block (batch)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 21:15:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-design-a-DoE-to-compare-appliances-with-different-batch/m-p/635415#M83358</guid>
      <dc:creator>PValueEnemy</dc:creator>
      <dc:date>2023-06-08T21:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to design a DoE to compare appliances with different batch size</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-design-a-DoE-to-compare-appliances-with-different-batch/m-p/635540#M83372</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/47297"&gt;@PValueEnemy&lt;/a&gt;&amp;nbsp; Some of your model notation is not clear to me. In particular, what exactly does “&lt;SPAN&gt;m_i/b_ij” represent?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 14:22:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-design-a-DoE-to-compare-appliances-with-different-batch/m-p/635540#M83372</guid>
      <dc:creator>MRB3855</dc:creator>
      <dc:date>2023-05-25T14:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to design a DoE to compare appliances with different batch size</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-design-a-DoE-to-compare-appliances-with-different-batch/m-p/635547#M83373</link>
      <description>&lt;P&gt;m_i/b_ij is the effect of the batch j nested in the machine i. Hope it is clearer now&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 14:25:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-design-a-DoE-to-compare-appliances-with-different-batch/m-p/635547#M83373</guid>
      <dc:creator>PValueEnemy</dc:creator>
      <dc:date>2023-05-25T14:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to design a DoE to compare appliances with different batch size</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-design-a-DoE-to-compare-appliances-with-different-batch/m-p/635802#M83396</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/47297"&gt;@PValueEnemy&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried looking at the "MSA Design" platform (in "DoE" -&amp;gt; "Special Purpose" -&amp;gt; "MSA Design") ?&lt;/P&gt;
&lt;P&gt;Regarding your topic and the nesting between batch and machine, I think the platform may be able to handle your constraint.&lt;BR /&gt;Here is an example with factor batch nested within factor machines, and other possible factors :&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="Victor_G_0-1685082797076.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/53140i7A38B2E6DECB857F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_0-1685082797076.png" alt="Victor_G_0-1685082797076.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Here is the JSL code :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;
DOE(
	MSA Design,
	{Add Response( None, "Y", ., ., . ), Add Factor(
		Categorical,
		{"L1", "L2"},
		"Machine",
		MSA( 3, 1 )
	), Add Factor(
		Categorical,
		{"L1", "L2", "L3", "L4", "L5", "L6", "L7", "L8", "L9", "L10", "L11", "L12",
		"L13", "L14", "L15"},
		"Batch",
		MSA( 2, 1 )
	), Add Factor( Categorical, {"L1", "L2", "L3"}, "Operator", MSA( 4, 1 ) ),
	Set Random Seed( 72339109 ), Replicates( 2, 1 ),
	Nesting Structure( {"Machine", {"Batch"}} || "Operator" ), Make Design,
	Simulate Responses( 0 )}
);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You can start your design with this platform, and if needed manually add batch replicates or rows on your datatable to account for the difference between batch sizes for the two machines.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this idea may help you,&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2023 06:36:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-design-a-DoE-to-compare-appliances-with-different-batch/m-p/635802#M83396</guid>
      <dc:creator>Victor_G</dc:creator>
      <dc:date>2023-05-26T06:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to design a DoE to compare appliances with different batch size</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-design-a-DoE-to-compare-appliances-with-different-batch/m-p/636262#M83433</link>
      <description>&lt;P&gt;I'm not sure that experimentation is your best method for this study.&amp;nbsp; Lots of questions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is a batch?&amp;nbsp; What is the appliance?&amp;nbsp; Why would pressure output depend on batch size? Is there a "known" relationship between batch size and pressure? Must you use all batches? How much of a change in pressure output is of interest?&amp;nbsp; Is the pressure output from either machine consistent? (If not, no comparison should be made)?&amp;nbsp; Has the measurement system been studied?&amp;nbsp; I believe you might be better off doing a sampling study where you take multiple measures of pressure over time (the length of the study and the frequency of the measures should be a function of SME hypotheses as to why the pressure would vary in time).&amp;nbsp; Batches are nested within machine and will be confounded with measurement error.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 27 May 2023 14:10:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-design-a-DoE-to-compare-appliances-with-different-batch/m-p/636262#M83433</guid>
      <dc:creator>statman</dc:creator>
      <dc:date>2023-05-27T14:10:11Z</dc:date>
    </item>
  </channel>
</rss>

