<?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: 2^3 factorial with blocked replicates in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/2-3-factorial-with-blocked-replicates/m-p/704788#M88901</link>
    <description>&lt;P&gt;Oh I see, no need to add a replicate due to the introduction of the Blocking Factor X4, thanks&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/11568"&gt;@Victor_G&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Dec 2023 11:47:05 GMT</pubDate>
    <dc:creator>Luca_Indrizzi</dc:creator>
    <dc:date>2023-12-01T11:47:05Z</dc:date>
    <item>
      <title>2^3 factorial with blocked replicates</title>
      <link>https://community.jmp.com/t5/Discussions/2-3-factorial-with-blocked-replicates/m-p/704722#M88894</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was looking to construct a 2^3 factorial design which is replicated once (total runs=16). At the end the replication should be blocked and therefore each block should contain the original 2^3 factorial design. Is there an easy way? My way using the Custom Design Tool ended in a replicated half factorial in each block.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks :)&lt;/img&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Luca_Indrizzi_0-1701423429201.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59188i26F57F8C4A378C81/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Luca_Indrizzi_0-1701423429201.png" alt="Luca_Indrizzi_0-1701423429201.png" /&gt;&lt;/span&gt;&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="Luca_Indrizzi_1-1701423603717.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59189iC9750B8D6544A457/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Luca_Indrizzi_1-1701423603717.png" alt="Luca_Indrizzi_1-1701423603717.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;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 09:40:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/2-3-factorial-with-blocked-replicates/m-p/704722#M88894</guid>
      <dc:creator>Luca_Indrizzi</dc:creator>
      <dc:date>2023-12-01T09:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: 2^3 factorial with blocked replicates</title>
      <link>https://community.jmp.com/t5/Discussions/2-3-factorial-with-blocked-replicates/m-p/704737#M88895</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/53713"&gt;@Luca_Indrizzi&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the screenshots you give, everything seems normal to get to the results you expect.&lt;BR /&gt;How did you set up the blocking factor ? Did you set up as 8 runs per block (to have a 2^3 factorial design in each block) ? :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_0-1701425428133.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59190i3BFFAA6A140413C8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_0-1701425428133.png" alt="Victor_G_0-1701425428133.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If yes, specifying 16 runs and main effects in the model should give you what you expect :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_1-1701425595032.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59191i0B2DBEA95609B77E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_1-1701425595032.png" alt="Victor_G_1-1701425595032.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Here is the script if you want to generate the same design :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;DOE(
	Custom Design,
	{Add Response( Maximize, "Y", ., ., . ),
	Add Factor( Continuous, -1, 1, "X1", 0 ),
	Add Factor( Continuous, -1, 1, "X2", 0 ),
	Add Factor( Continuous, -1, 1, "X3", 0 ), Add Factor( Blocking, 8, "X4" ),
	Set Random Seed( 1874557131 ), Number of Starts( 1 ), Add Term( {1, 0} ),
	Add Term( {1, 1} ), Add Term( {2, 1} ), Add Term( {3, 1} ), Add Term( {4, 1} ),
	Add Alias Term( {1, 1}, {2, 1} ), Add Alias Term( {1, 1}, {3, 1} ),
	Add Alias Term( {2, 1}, {3, 1} ), Set Sample Size( 16 ), Simulate Responses( 0 ),
	Save X Matrix( 0 ), Make Design}
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And I attached the datatable (with colors!) for you to have a look.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to have the full factorial design, you need to specify 2-factors interactions in the model, and with the same procedure, you'll end up with the full factorial design replicated once in two blocks like you expect :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_0-1701426340270.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59192i02AB3CACE2095910/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_0-1701426340270.png" alt="Victor_G_0-1701426340270.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Here is the script to generate it :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;DOE(
	Custom Design,
	{Add Response( Maximize, "Y", ., ., . ),
	Add Factor( Continuous, -1, 1, "X1", 0 ),
	Add Factor( Continuous, -1, 1, "X2", 0 ),
	Add Factor( Continuous, -1, 1, "X3", 0 ), Add Factor( Blocking, 8, "X4" ),
	Set Random Seed( 1421844496 ), Number of Starts( 2 ), Add Term( {1, 0} ),
	Add Term( {1, 1} ), Add Term( {2, 1} ), Add Term( {3, 1} ), Add Term( {4, 1} ),
	Add Term( {1, 1}, {2, 1} ), Add Term( {1, 1}, {3, 1} ),
	Add Term( {2, 1}, {3, 1} ), Set Sample Size( 16 ),
	Optimality Criterion( "Make A-Optimal Design" ),
	"A-Optimality Parameter Weights"n( [1 1 1 1 1 1 1 1] ), Simulate Responses( 0 ),
	Save X Matrix( 0 ), Make Design, Set Run Order( Randomize within Blocks ),
	Make Table}
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And datatable is attached as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another option is to create the 8-runs factorial design, and then use the platform "&lt;A href="https://www.jmp.com/support/help/en/17.2/index.shtml#page/jmp/augment-designs.shtml#" target="_self"&gt;Augment Design&lt;/A&gt;" to replicate the runs once. But you'll have to introduce in your final datatable a column indicating the block/part of the design, and set up accordingly (and manually) the column data type (character),modeling type (Nominal) and properties needed : ValueOrder (1 for block 1 and 2 for block 2), RunsperBlock (8), Design Role (Blocking) and Factor Changes (Easy)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this will help you,&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 10:26:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/2-3-factorial-with-blocked-replicates/m-p/704737#M88895</guid>
      <dc:creator>Victor_G</dc:creator>
      <dc:date>2023-12-01T10:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: 2^3 factorial with blocked replicates</title>
      <link>https://community.jmp.com/t5/Discussions/2-3-factorial-with-blocked-replicates/m-p/704743#M88896</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/11568"&gt;@Victor_G&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank for your reply.&lt;/P&gt;&lt;P&gt;Exactly, I set 8 runs per block.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But what you and I got is a replicated 2^3-1 design in each block, since for ex. 1,1,1 appears twice in block 1 &amp;amp; 2, but for ex. -1,-1,-1 doesn't appear at all. What I would like to have is that block 1 &amp;amp; 2 contain each the entire 2^3 factorial design.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 10:25:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/2-3-factorial-with-blocked-replicates/m-p/704743#M88896</guid>
      <dc:creator>Luca_Indrizzi</dc:creator>
      <dc:date>2023-12-01T10:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: 2^3 factorial with blocked replicates</title>
      <link>https://community.jmp.com/t5/Discussions/2-3-factorial-with-blocked-replicates/m-p/704748#M88897</link>
      <description>&lt;P&gt;Yes I figured out you wanted the full factorial and not half full factorial after my initial response, so I revised it :)&lt;/img&gt;&lt;/P&gt;
&lt;P&gt;You need to specify in the model the 2-factors interactions in order to get the full factorial design :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_0-1701426691258.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59193i10A92D03DA65E1BA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_0-1701426691258.png" alt="Victor_G_0-1701426691258.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;In the revised answer, you have the options for both designs and two datatables and scripts are provided (one for half full factorial replicated, one for full factorial replicated).&lt;BR /&gt;&lt;BR /&gt;Hope this will help you,&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 10:31:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/2-3-factorial-with-blocked-replicates/m-p/704748#M88897</guid>
      <dc:creator>Victor_G</dc:creator>
      <dc:date>2023-12-01T10:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: 2^3 factorial with blocked replicates</title>
      <link>https://community.jmp.com/t5/Discussions/2-3-factorial-with-blocked-replicates/m-p/704788#M88901</link>
      <description>&lt;P&gt;Oh I see, no need to add a replicate due to the introduction of the Blocking Factor X4, thanks&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/11568"&gt;@Victor_G&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 11:47:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/2-3-factorial-with-blocked-replicates/m-p/704788#M88901</guid>
      <dc:creator>Luca_Indrizzi</dc:creator>
      <dc:date>2023-12-01T11:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: 2^3 factorial with blocked replicates</title>
      <link>https://community.jmp.com/t5/Discussions/2-3-factorial-with-blocked-replicates/m-p/704888#M88925</link>
      <description>&lt;P&gt;The results from Custom Design depend on the model you specify. In this case, Did you specify all 2-way and 3-way interactions. My result is what you asked for.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;DOE(
	Custom Design,
	{Add Response( Maximize, "Y", ., ., . ),
	Add Factor( Continuous, -1, 1, "X1", 0 ),
	Add Factor( Continuous, -1, 1, "X2", 0 ),
	Add Factor( Continuous, -1, 1, "X3", 0 ), Add Factor( Blocking, 8, "X4" ),
	Set Random Seed( 21226362 ), Number of Starts( 9 ), Add Term( {1, 0} ),
	Add Term( {1, 1} ), Add Term( {2, 1} ), Add Term( {3, 1} ), Add Term( {4, 1} ),
	Add Term( {1, 1}, {2, 1} ), Add Term( {1, 1}, {3, 1} ),
	Add Term( {2, 1}, {3, 1} ), Add Term( {1, 1}, {2, 1}, {3, 1} ),
	Set Sample Size( 16 ), Simulate Responses( 0 ), Save X Matrix( 0 ), Make Design,
	Set Run Order( Randomize within Blocks ), Make Table}
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 01 Dec 2023 18:12:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/2-3-factorial-with-blocked-replicates/m-p/704888#M88925</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2023-12-01T18:12:33Z</dc:date>
    </item>
  </channel>
</rss>

