<?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 should I set DoE design when there are some operationally dependent parameters ? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-should-I-set-DoE-design-when-there-are-some-operationally/m-p/802628#M97901</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/60722"&gt;@Naruchit&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Welcome in the Community !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looking at your topic, I think you might be interested to look at "Disallowed combinations" option in the&amp;nbsp;&lt;A href="https://www.jmp.com/support/help/en/18.0/#page/jmp/define-factor-constraints.shtml" target="_blank" rel="noopener"&gt;Define Factor Constraints&lt;/A&gt;&amp;nbsp;panel.&lt;/P&gt;
&lt;P&gt;Trying to reproduce your experimental setup with the two factors, if I add a constraint through the Disallowed combinations filter that experiments with an additive concentration close to 0 and a timing higher than 0,01min (or any very low value close to 0) shouldn't be part of the design, I can generate a design corresponding to your needs :&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-1727679046025.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/68696i81C5F6162BFF67FF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_0-1727679046025.png" alt="Victor_G_0-1727679046025.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And here is the resulting design for estimating main effects and the 2-factors interaction :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_1-1727679245183.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/68697i4B8C01491CC794DE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_1-1727679245183.png" alt="Victor_G_1-1727679245183.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;No experiments in the design have a timing different from 0 when additive concentration is set at 0.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the script 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( Discrete Numeric, {0, 1, 5}, "Additive concentration", 0, "mg/L" ),
	Add Factor( Continuous, 0, 10, "Timing", 0, "min" ), Set Random Seed( 98491640 ),
	Number of Starts( 20541 ), Add Term( {1, 0} ), Add Term( {1, 1} ),
	Add Potential Term( {1, 2} ), Add Term( {2, 1} ), Add Term( {1, 1}, {2, 1} ),
	Set Sample Size( 12 ), Disallowed Combinations(
		Additive concentration &amp;lt;= 0.1 &amp;amp; Timing &amp;gt;= 0.01
	), Simulate Responses( 0 ), Save X Matrix( 0 ), Make Design}
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And you can also find the datatable attached.&lt;/P&gt;
&lt;P&gt;If you want to have intermediate level value for timing (like 5min in my example), you can add in the model panel the quadratic term for timing (Timing x Timing). Adding this term will add experiments in the design with an intermediate value for the factor Timing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another option in the case of more complex constraints could be to use the candidate set approach, generating a large table of possible experiments, and using it as a candidate set so that the Custom Design platform can choose the most relevant and informative run to create the design.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more information about factors constraints, I highly recommend reading the blog from&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/610"&gt;@Jed_Campbell&lt;/a&gt;&amp;nbsp;&lt;LI-MESSAGE title="Demystifying Factor Constraints" uid="619898" url="https://community.jmp.com/t5/JMP-Blog/Demystifying-Factor-Constraints/m-p/619898#U619898" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-blog-thread lia-fa-icon lia-fa-blog lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this answer will help you,&lt;/P&gt;</description>
    <pubDate>Mon, 30 Sep 2024 07:01:50 GMT</pubDate>
    <dc:creator>Victor_G</dc:creator>
    <dc:date>2024-09-30T07:01:50Z</dc:date>
    <item>
      <title>How should I set DoE design when there are some operationally dependent parameters ?</title>
      <link>https://community.jmp.com/t5/Discussions/How-should-I-set-DoE-design-when-there-are-some-operationally/m-p/802477#M97894</link>
      <description>&lt;P&gt;For my experiment, I have two variables: (1) additive concentration (0, 1, 5 mg/L) and (2) timing for additive supplementation (during cell seeding, during plasmid transfection). Since the timing becomes irrelevant when the additive concentration is 0 mg/L, how could I assign the factors / their levels that account for this operational dependency during designing DoE using JMP ?&lt;/P&gt;</description>
      <pubDate>Sun, 29 Sep 2024 07:25:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-should-I-set-DoE-design-when-there-are-some-operationally/m-p/802477#M97894</guid>
      <dc:creator>Naruchit</dc:creator>
      <dc:date>2024-09-29T07:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: How should I set DoE design when there are some operationally dependent parameters ?</title>
      <link>https://community.jmp.com/t5/Discussions/How-should-I-set-DoE-design-when-there-are-some-operationally/m-p/802628#M97901</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/60722"&gt;@Naruchit&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Welcome in the Community !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looking at your topic, I think you might be interested to look at "Disallowed combinations" option in the&amp;nbsp;&lt;A href="https://www.jmp.com/support/help/en/18.0/#page/jmp/define-factor-constraints.shtml" target="_blank" rel="noopener"&gt;Define Factor Constraints&lt;/A&gt;&amp;nbsp;panel.&lt;/P&gt;
&lt;P&gt;Trying to reproduce your experimental setup with the two factors, if I add a constraint through the Disallowed combinations filter that experiments with an additive concentration close to 0 and a timing higher than 0,01min (or any very low value close to 0) shouldn't be part of the design, I can generate a design corresponding to your needs :&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-1727679046025.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/68696i81C5F6162BFF67FF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_0-1727679046025.png" alt="Victor_G_0-1727679046025.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And here is the resulting design for estimating main effects and the 2-factors interaction :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_1-1727679245183.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/68697i4B8C01491CC794DE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_1-1727679245183.png" alt="Victor_G_1-1727679245183.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;No experiments in the design have a timing different from 0 when additive concentration is set at 0.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the script 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( Discrete Numeric, {0, 1, 5}, "Additive concentration", 0, "mg/L" ),
	Add Factor( Continuous, 0, 10, "Timing", 0, "min" ), Set Random Seed( 98491640 ),
	Number of Starts( 20541 ), Add Term( {1, 0} ), Add Term( {1, 1} ),
	Add Potential Term( {1, 2} ), Add Term( {2, 1} ), Add Term( {1, 1}, {2, 1} ),
	Set Sample Size( 12 ), Disallowed Combinations(
		Additive concentration &amp;lt;= 0.1 &amp;amp; Timing &amp;gt;= 0.01
	), Simulate Responses( 0 ), Save X Matrix( 0 ), Make Design}
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And you can also find the datatable attached.&lt;/P&gt;
&lt;P&gt;If you want to have intermediate level value for timing (like 5min in my example), you can add in the model panel the quadratic term for timing (Timing x Timing). Adding this term will add experiments in the design with an intermediate value for the factor Timing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another option in the case of more complex constraints could be to use the candidate set approach, generating a large table of possible experiments, and using it as a candidate set so that the Custom Design platform can choose the most relevant and informative run to create the design.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more information about factors constraints, I highly recommend reading the blog from&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/610"&gt;@Jed_Campbell&lt;/a&gt;&amp;nbsp;&lt;LI-MESSAGE title="Demystifying Factor Constraints" uid="619898" url="https://community.jmp.com/t5/JMP-Blog/Demystifying-Factor-Constraints/m-p/619898#U619898" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-blog-thread lia-fa-icon lia-fa-blog lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this answer will help you,&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2024 07:01:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-should-I-set-DoE-design-when-there-are-some-operationally/m-p/802628#M97901</guid>
      <dc:creator>Victor_G</dc:creator>
      <dc:date>2024-09-30T07:01:50Z</dc:date>
    </item>
  </channel>
</rss>

