<?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: Guidance on Implementing Factor Constraints in JMP in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Guidance-on-Implementing-Factor-Constraints-in-JMP/m-p/869684#M103250</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use this script in the "Use Disallowed Combinations Script" option in the "Define Factor Constraints" outline box of the Custom DOE menu to prevent the software from assigning those conditions:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;If( X7 &amp;gt; 0 &amp;amp; X4 == 0 &amp;amp; X5 == 0 &amp;amp; X6 == 0,
	1,
	If( X4 &amp;gt; 0 &amp;amp; X1 == 0 &amp;amp; X7 == 0 &amp;amp; (X5 &amp;gt; 0 | X6 &amp;gt; 0),
		1,
		If( X5 &amp;gt; 0 &amp;amp; X6 == 0 &amp;amp; X7 == 0,
			1,
			If( X6 &amp;gt; 0 &amp;amp; X5 == 0 &amp;amp; X7 == 0,
				1,
				0
			)
		)
	)
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Note that I've interpreted your constraints as disallowed combinations, so that, for the first one, if X7&amp;gt;0, then at least one of X4, X5 and X6 cannot be zero, but it's possible for any two of those to be zero.&amp;nbsp; Similarly, if X4 &amp;gt;0, then at least one of the statements (X1==0, X7==0, and [X5&amp;gt;0 or X6&amp;gt;0]) cannot be true.&amp;nbsp; Is that what you intended?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Apr 2025 11:07:43 GMT</pubDate>
    <dc:creator>HadleyMyers</dc:creator>
    <dc:date>2025-04-23T11:07:43Z</dc:date>
    <item>
      <title>Guidance on Implementing Factor Constraints in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Guidance-on-Implementing-Factor-Constraints-in-JMP/m-p/869667#M103246</link>
      <description>&lt;P&gt;Dear JMP Community,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I am attaching the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Factors.jmp&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;RESPONSES.jmp&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;files. We have specific conditions between the factors that we need to integrate into JMP to set up an experimental design for 8 trials. The conditions are as follows:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="math math-inline"&gt;&lt;SPAN class="katex"&gt;&lt;SPAN class="katex-mathml"&gt;X7&amp;gt;0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, then&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="math math-inline"&gt;&lt;SPAN class="katex"&gt;&lt;SPAN class="katex-html" aria-hidden="true"&gt;&lt;SPAN class="base"&gt;&lt;SPAN class="mord mathnormal"&gt;X&lt;/SPAN&gt;&lt;SPAN class="mord"&gt;4&lt;/SPAN&gt;&lt;SPAN class="mrel"&gt;=&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="base"&gt;&lt;SPAN class="mord"&gt;0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;AND&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="math math-inline"&gt;&lt;SPAN class="katex"&gt;&lt;SPAN class="katex-html" aria-hidden="true"&gt;&lt;SPAN class="base"&gt;&lt;SPAN class="mord mathnormal"&gt;X&lt;/SPAN&gt;&lt;SPAN class="mord"&gt;5&lt;/SPAN&gt;&lt;SPAN class="mrel"&gt;=&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="base"&gt;&lt;SPAN class="mord"&gt;0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;AND&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="math math-inline"&gt;&lt;SPAN class="katex"&gt;&lt;SPAN class="katex-mathml"&gt;X6=0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/LI&gt;
&lt;LI&gt;If&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="math math-inline"&gt;&lt;SPAN class="katex"&gt;&lt;SPAN class="katex-mathml"&gt;X4&amp;gt;0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, then&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="math math-inline"&gt;&lt;SPAN class="katex"&gt;&lt;SPAN class="katex-html" aria-hidden="true"&gt;&lt;SPAN class="base"&gt;&lt;SPAN class="mord mathnormal"&gt;X&lt;/SPAN&gt;&lt;SPAN class="mord"&gt;1&lt;/SPAN&gt;&lt;SPAN class="mrel"&gt;=&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="base"&gt;&lt;SPAN class="mord"&gt;0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;AND&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="math math-inline"&gt;&lt;SPAN class="katex"&gt;&lt;SPAN class="katex-mathml"&gt;X7=0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;AND (&lt;SPAN class="math math-inline"&gt;&lt;SPAN class="katex"&gt;&lt;SPAN class="katex-html" aria-hidden="true"&gt;&lt;SPAN class="base"&gt;&lt;SPAN class="mord mathnormal"&gt;X&lt;/SPAN&gt;&lt;SPAN class="mord"&gt;5&lt;/SPAN&gt;&lt;SPAN class="mrel"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="base"&gt;&lt;SPAN class="mord"&gt;0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;OR&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="math math-inline"&gt;&lt;SPAN class="katex"&gt;&lt;SPAN class="katex-html" aria-hidden="true"&gt;&lt;SPAN class="base"&gt;&lt;SPAN class="mord mathnormal"&gt;X&lt;/SPAN&gt;&lt;SPAN class="mord"&gt;6&lt;/SPAN&gt;&lt;SPAN class="mrel"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="base"&gt;&lt;SPAN class="mord"&gt;0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;).&lt;/LI&gt;
&lt;LI&gt;If&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="math math-inline"&gt;&lt;SPAN class="katex"&gt;&lt;SPAN class="katex-mathml"&gt;X5&amp;gt;0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, then&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="math math-inline"&gt;&lt;SPAN class="katex"&gt;&lt;SPAN class="katex-html" aria-hidden="true"&gt;&lt;SPAN class="base"&gt;&lt;SPAN class="mord mathnormal"&gt;X&lt;/SPAN&gt;&lt;SPAN class="mord"&gt;6&lt;/SPAN&gt;&lt;SPAN class="mrel"&gt;=&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="base"&gt;&lt;SPAN class="mord"&gt;0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;AND&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="math math-inline"&gt;&lt;SPAN class="katex"&gt;&lt;SPAN class="katex-mathml"&gt;X7=0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/LI&gt;
&lt;LI&gt;If&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="math math-inline"&gt;&lt;SPAN class="katex"&gt;&lt;SPAN class="katex-mathml"&gt;X6&amp;gt;0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, then&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="math math-inline"&gt;&lt;SPAN class="katex"&gt;&lt;SPAN class="katex-mathml"&gt;X5=0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;AND&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="math math-inline"&gt;&lt;SPAN class="katex"&gt;&lt;SPAN class="katex-mathml"&gt;X7=0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Could you please guide me on how to configure these constraints in JMP to launch the experimental design? I have already explored the options "Specify Linear Constraints" and "Disallowed Combinations," but they do not seem to meet our requirements.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance for your assistance.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 09:01:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Guidance-on-Implementing-Factor-Constraints-in-JMP/m-p/869667#M103246</guid>
      <dc:creator>Yassir-EL</dc:creator>
      <dc:date>2025-04-23T09:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Guidance on Implementing Factor Constraints in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Guidance-on-Implementing-Factor-Constraints-in-JMP/m-p/869678#M103247</link>
      <description>&lt;P&gt;&lt;SPAN&gt;There is a bug on the JMP COMMUNITY site that deletes the constraints below. Here is a screenshot of these constraints:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="YassirEL_0-1745399012347.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75100i50D15BA7EC111B06/image-size/medium?v=v2&amp;amp;px=400" role="button" title="YassirEL_0-1745399012347.png" alt="YassirEL_0-1745399012347.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 09:06:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Guidance-on-Implementing-Factor-Constraints-in-JMP/m-p/869678#M103247</guid>
      <dc:creator>Yassir-EL</dc:creator>
      <dc:date>2025-04-23T09:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Guidance on Implementing Factor Constraints in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Guidance-on-Implementing-Factor-Constraints-in-JMP/m-p/869680#M103248</link>
      <description>&lt;P&gt;For JMP you can use either a custom script (JSL) or create a column formula after generating a full factorial design to filter combinations and apply those complex conditional constraints. Contact us if you need help with a sample script!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 10:38:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Guidance-on-Implementing-Factor-Constraints-in-JMP/m-p/869680#M103248</guid>
      <dc:creator>EmilyMark</dc:creator>
      <dc:date>2025-04-23T10:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Guidance on Implementing Factor Constraints in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Guidance-on-Implementing-Factor-Constraints-in-JMP/m-p/869684#M103250</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use this script in the "Use Disallowed Combinations Script" option in the "Define Factor Constraints" outline box of the Custom DOE menu to prevent the software from assigning those conditions:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;If( X7 &amp;gt; 0 &amp;amp; X4 == 0 &amp;amp; X5 == 0 &amp;amp; X6 == 0,
	1,
	If( X4 &amp;gt; 0 &amp;amp; X1 == 0 &amp;amp; X7 == 0 &amp;amp; (X5 &amp;gt; 0 | X6 &amp;gt; 0),
		1,
		If( X5 &amp;gt; 0 &amp;amp; X6 == 0 &amp;amp; X7 == 0,
			1,
			If( X6 &amp;gt; 0 &amp;amp; X5 == 0 &amp;amp; X7 == 0,
				1,
				0
			)
		)
	)
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Note that I've interpreted your constraints as disallowed combinations, so that, for the first one, if X7&amp;gt;0, then at least one of X4, X5 and X6 cannot be zero, but it's possible for any two of those to be zero.&amp;nbsp; Similarly, if X4 &amp;gt;0, then at least one of the statements (X1==0, X7==0, and [X5&amp;gt;0 or X6&amp;gt;0]) cannot be true.&amp;nbsp; Is that what you intended?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 11:07:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Guidance-on-Implementing-Factor-Constraints-in-JMP/m-p/869684#M103250</guid>
      <dc:creator>HadleyMyers</dc:creator>
      <dc:date>2025-04-23T11:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Guidance on Implementing Factor Constraints in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Guidance-on-Implementing-Factor-Constraints-in-JMP/m-p/869721#M103259</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="YassirEL_0-1745412989451.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75110i4223DD564C0E15A8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="YassirEL_0-1745412989451.png" alt="YassirEL_0-1745412989451.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I copied and pasted what you suggested, but it doesn't work as I want. If X6 &amp;gt; 0, then X5 should be 0 and X7 should be 0, but Trial 7 didn't respect this condition.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 12:59:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Guidance-on-Implementing-Factor-Constraints-in-JMP/m-p/869721#M103259</guid>
      <dc:creator>Yassir-EL</dc:creator>
      <dc:date>2025-04-23T12:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Guidance on Implementing Factor Constraints in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Guidance-on-Implementing-Factor-Constraints-in-JMP/m-p/869770#M103270</link>
      <description>&lt;P&gt;In that case, the constraints would need to be set up a little differently.&amp;nbsp; So, for the first constraint, you could write:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;X7+X4+X5+X6&amp;gt;X7;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;That would prevent the sum of those from exceeding X7, which means X4, X5 and X6 would all be pushed to zero.&lt;/P&gt;
&lt;P&gt;However, this prevents the design from converging.&amp;nbsp; At this point, I'm wondering what the application is.&amp;nbsp; Can you tell us a little more about the experiment and how the factors are related to each other?&amp;nbsp; Is it a mixture?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 14:37:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Guidance-on-Implementing-Factor-Constraints-in-JMP/m-p/869770#M103270</guid>
      <dc:creator>HadleyMyers</dc:creator>
      <dc:date>2025-04-23T14:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Guidance on Implementing Factor Constraints in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Guidance-on-Implementing-Factor-Constraints-in-JMP/m-p/869818#M103282</link>
      <description>&lt;P&gt;Bonjour Yassir,&lt;/P&gt;
&lt;P&gt;Une solution pourrait également de créer une table avec toutes les combinaisons possibles (en ajustement l'incrément pour chaque X) et de supprimer les combinaisons qui ne respectent pas tes critères. Voici un exemple de script&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Current Data Table();
dt &amp;lt;&amp;lt; Select All Rows &amp;lt;&amp;lt; Delete Rows;

// Pour chaque ligne de la table
For(w_x1=0, w_x1&amp;lt;=3, w_x1=w_x1+0.5,
	For(w_x2=0.01, w_x2&amp;lt;=0.03, w_x2=w_x2+0.005,
		For(w_x3=1.5, w_x3&amp;lt;=3, w_x3=w_x3+0.5,
			For(w_x4=0, w_x4&amp;lt;=0.1, w_x4=w_x4+0.05,
				For(w_x5=0, w_x5&amp;lt;=0.1, w_x5=w_x5+0.05,
					For(w_x6=0, w_x6&amp;lt;=5, w_x6=w_x6+1,
						For(w_x7=0, w_x7&amp;lt;=0.3, w_x7=w_x7+0.01,
						
							Condition_1 = If( w_x7 &amp;gt; 0, If( w_x4 + w_x5 + w_x6 == 0, 1, 0), 1);
							Condition_2 = If( w_x4 &amp;gt; 0, If( w_x1 + w_x7 == 0 &amp;amp; (w_x5 &amp;gt; 0 | w_x6 &amp;gt; 0), 1, 0),1);
							Condition_3 = If( w_x5 &amp;gt; 0, If( w_x6 + w_x7 == 0, 1, 0 ), 1);
							Condition_4 = If( w_x6 &amp;gt; 0,	If( w_x5 + w_x7 == 0, 1, 0 ), 1);
							
							If( Condition_1 + Condition_2 + Condition_3 + Condition_4 == 4,
								dt &amp;lt;&amp;lt; Add Rows({:X1=w_x1,:X2=w_x2,:X3=w_x3,:X4=w_x4,:X5=w_x5,:X6=w_x6,:X7=w_x7});
							);
						);
					);
				);
			);
		);
	);
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ensuite, utilise la fonctionnalité Covariate de la plateforme Custom Design pour inclure tes facteurs (Add Factors &amp;gt;&amp;gt; Covariate) (cf. fichier "Custom Design - Configuration.png"). Les Covariates sont en quelque sorte des points candidats. Dans l'exemple joint, JMP va sélectionner les meilleurs points candidats parmi les 4,368 points générés (respectant tes conditions).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Pour plus d'information sur les Covariates:&amp;nbsp;&lt;A href="https://www.jmp.com/support/help/en/18.0/#page/jmp/factors.shtml#" target="_blank"&gt;https://www.jmp.com/support/help/en/18.0/#page/jmp/factors.shtml#&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Et sur comment les utiliser:&amp;nbsp;&lt;A href="https://www.jmp.com/support/help/en/18.0/#page/jmp/design-with-fixed-covariates.shtml#ww624097" target="_blank"&gt;https://www.jmp.com/support/help/en/18.0/#page/jmp/design-with-fixed-covariates.shtml#ww624097&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Au final, le Design devrait ressembler à celui du fichier "Resulting DOE.png"&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 16:12:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Guidance-on-Implementing-Factor-Constraints-in-JMP/m-p/869818#M103282</guid>
      <dc:creator>Steph_Georges</dc:creator>
      <dc:date>2025-04-23T16:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Guidance on Implementing Factor Constraints in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Guidance-on-Implementing-Factor-Constraints-in-JMP/m-p/870085#M103315</link>
      <description>&lt;P&gt;I have another potential solution here.&amp;nbsp; Since X5, X6,and X7 are mutually exclusive, we can define one continuous factor called "Amount567" with range 0-100, with 100 representing the max percent of either X5, X6 or X7, and a categorical factor "Which567" with levels "X5", "X6" and "X7".&amp;nbsp; Similarly, since X1 and X4 are mutually exclusive, we can do the same.&amp;nbsp; Finally we can add a constraint that prevents X4 and X7 from being both included:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;(Which14 == "X4" &amp;amp; Which567 == "X7")&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I've attached a table with the design.&amp;nbsp; You can reopen the dialog to examine the factors and constraint by running the "DOE Dialog" table script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please take a look and see if this works for you.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2025 16:08:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Guidance-on-Implementing-Factor-Constraints-in-JMP/m-p/870085#M103315</guid>
      <dc:creator>HadleyMyers</dc:creator>
      <dc:date>2025-04-24T16:08:59Z</dc:date>
    </item>
  </channel>
</rss>

