<?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 deal with experimental disallowed space in DoE in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-deal-with-experimental-disallowed-space-in-DoE/m-p/771692#M95228</link>
    <description>&lt;P&gt;I don't know the situation well enough to provide specific advice, but here are my thoughts.&lt;/P&gt;
&lt;P&gt;There are options as Victor points out, but something to keep in mind, you are developing the "optimal" model in your first experiment. &amp;nbsp;You are trying, in a &lt;STRONG&gt;relatively short time period&lt;/STRONG&gt;, to determine which of the factors in your study should be studied further (This is the intent of screening. &amp;nbsp;It is not to pick the winner). &amp;nbsp;The problem with restricting the time period is that restriction narrows the inference space dramatically. &amp;nbsp;To compensate for this narrow inference space, you do things to exaggerate the potential effects in your study. &amp;nbsp;This induces another negative side effect which is bias. &amp;nbsp;So you try and exaggerate everything in the experiment "equally" to compensate for the bias. &amp;nbsp;For example, ALL factors tested at bold but reasonable levels, those levels are &lt;EM&gt;balanced&lt;/EM&gt; across factors, Noise exaggerated and perhaps assigned in blocks. &amp;nbsp;Point being, you want to find out the effect of temperature compared to the other factors and noise in the study with a fair comparison. &amp;nbsp;Is the effect worthy of further study and optimization?&lt;/P&gt;
&lt;P&gt;Now, to be clear, domain knowledge might indicate temperature matters and you eventually want to know what is the best temperature to achieve the required response variables. &amp;nbsp;Perhaps this is best studied sequentially? &amp;nbsp;Or via sampling? BTW, is this a mixture of chemistries? &amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jul 2024 15:40:54 GMT</pubDate>
    <dc:creator>statman</dc:creator>
    <dc:date>2024-07-09T15:40:54Z</dc:date>
    <item>
      <title>How to deal with experimental disallowed space in DoE</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-deal-with-experimental-disallowed-space-in-DoE/m-p/771119#M95208</link>
      <description>&lt;P&gt;Probably not the best title but here goes....If I was wanting to do a DoE screening design followed by optimisation study with a number of factors relating to a chemical reaction, how could I handle temperature, if the setpoint is at the solvent boiling point?&amp;nbsp; Under this circumstance a lower (-1) value is available but studying a higher value (+1) is experimentally challenging.&amp;nbsp; Lowering the setpoint for the study so that&amp;nbsp;±1 values are experimentally feasible could be one option.&amp;nbsp; Is there another or a better way?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 18:08:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-deal-with-experimental-disallowed-space-in-DoE/m-p/771119#M95208</guid>
      <dc:creator>kjwx109prime</dc:creator>
      <dc:date>2024-07-08T18:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with experimental disallowed space in DoE</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-deal-with-experimental-disallowed-space-in-DoE/m-p/771568#M95218</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/57642"&gt;@kjwx109prime&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Indeed, lowering the setpoint for the study so that all maximum values (coded +1) are feasible in the project could be an idea, but depending on the selected solvants used and their boiling points differences, some large experimental area between the maximum value of the design +1 and the boiling points of each solvant may not be explored.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A more practical and flexible way to deal with these differences could be to use the &lt;A href="https://www.jmp.com/support/help/en/17.2/#page/jmp/define-factor-constraints.shtml#ww916938" target="_self"&gt;disallowed combinations filter&lt;/A&gt; in the &lt;A href="https://www.jmp.com/support/help/en/17.2/#page/jmp/build-a-custom-design.shtml#" target="_self"&gt;Custom Design&lt;/A&gt; platform. Here is a small DoE as an example, dealing with 2 factors :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;A categorical 2-levels factor, the choice of solvent : Methanol or Propanol.&lt;/LI&gt;
&lt;LI&gt;A continuous factor, Temperature (°C).&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;As the boiling point of Methanol is around 65°C and the one of Propanol is around 97°C, I want to define disallowed combinations in my experimental plan : no experiments should be run above 60°C when using Methanol, and no experiments should be run above 95°C when using Propanol. I can define this constraint using "Disallowed Combinations Filter" :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_0-1720504476224.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/65989i0327C2AA8162E099/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_0-1720504476224.png" alt="Victor_G_0-1720504476224.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Or using the following script in the "Disallowed Combinations Filter script" :&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Solvent == "Methanol" &amp;amp; Temperature &amp;gt;= 60 | Solvent == "Propanol" &amp;amp; Temperature &amp;gt;=
95&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;After specifying my model, I can check than my experimental constraint has been considered in my design :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_1-1720504640275.png" style="width: 215px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/65991i47D2314BA0142CCD/image-dimensions/215x257?v=v2" width="215" height="257" role="button" title="Victor_G_1-1720504640275.png" alt="Victor_G_1-1720504640275.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_2-1720504773427.png" style="width: 363px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/65992i847482E8C3FFBA6D/image-dimensions/363x257?v=v2" width="363" height="257" role="button" title="Victor_G_2-1720504773427.png" alt="Victor_G_2-1720504773427.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style="line-height: 1.71429;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="line-height: 1.71429;"&gt;I can highly recommend reading the blog post by&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/610"&gt;@Jed_Campbell&lt;/a&gt;&amp;nbsp;who clearly explains the use of constraint and how to set them up in DoE :&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 style="line-height: 1.71429;"&gt;Attached you will find the datatable used for this example to check the construction of the constraint and resulting design.&lt;/P&gt;
&lt;P style="line-height: 1.71429;"&gt;&lt;BR /&gt;I hope this answer will help you,&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 08:27:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-deal-with-experimental-disallowed-space-in-DoE/m-p/771568#M95218</guid>
      <dc:creator>Victor_G</dc:creator>
      <dc:date>2024-07-09T08:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with experimental disallowed space in DoE</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-deal-with-experimental-disallowed-space-in-DoE/m-p/771692#M95228</link>
      <description>&lt;P&gt;I don't know the situation well enough to provide specific advice, but here are my thoughts.&lt;/P&gt;
&lt;P&gt;There are options as Victor points out, but something to keep in mind, you are developing the "optimal" model in your first experiment. &amp;nbsp;You are trying, in a &lt;STRONG&gt;relatively short time period&lt;/STRONG&gt;, to determine which of the factors in your study should be studied further (This is the intent of screening. &amp;nbsp;It is not to pick the winner). &amp;nbsp;The problem with restricting the time period is that restriction narrows the inference space dramatically. &amp;nbsp;To compensate for this narrow inference space, you do things to exaggerate the potential effects in your study. &amp;nbsp;This induces another negative side effect which is bias. &amp;nbsp;So you try and exaggerate everything in the experiment "equally" to compensate for the bias. &amp;nbsp;For example, ALL factors tested at bold but reasonable levels, those levels are &lt;EM&gt;balanced&lt;/EM&gt; across factors, Noise exaggerated and perhaps assigned in blocks. &amp;nbsp;Point being, you want to find out the effect of temperature compared to the other factors and noise in the study with a fair comparison. &amp;nbsp;Is the effect worthy of further study and optimization?&lt;/P&gt;
&lt;P&gt;Now, to be clear, domain knowledge might indicate temperature matters and you eventually want to know what is the best temperature to achieve the required response variables. &amp;nbsp;Perhaps this is best studied sequentially? &amp;nbsp;Or via sampling? BTW, is this a mixture of chemistries? &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 15:40:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-deal-with-experimental-disallowed-space-in-DoE/m-p/771692#M95228</guid>
      <dc:creator>statman</dc:creator>
      <dc:date>2024-07-09T15:40:54Z</dc:date>
    </item>
  </channel>
</rss>

