<?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: Disallowed Combinations not working in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Disallowed-Combinations-not-working/m-p/783056#M96700</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/24937"&gt;@frejam&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looking at the new post&amp;nbsp;&lt;LI-MESSAGE title="Design of Experiment - Optional Mixture Additives" uid="782982" url="https://community.jmp.com/t5/Discussions/Design-of-Experiment-Optional-Mixture-Additives/m-p/782982#U782982" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;, I wonder if your situation is not similar (since factors HBA and ML HBA are related ?) and the required design may not be more simple than what I suggested ?&lt;/P&gt;
&lt;P&gt;Would it make sense for your experimental setup to consider creating a design with 3 factors :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Molar ratio HBD : continuous factor, range 1-2&lt;/LI&gt;
&lt;LI&gt;HBD : 2-levels categorical factor, oxalic acid or citric acid&lt;/LI&gt;
&lt;LI&gt;ML HBA : continuous factor, range 0-2&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;This setup enables to avoid nested factors, simplify the analysis and covers a broader and continuous experimental space.&amp;nbsp;The situation with "No HBA" would be represented when ML HBA has the value 0.&lt;BR /&gt;To have three levels for the factors ML HBA, you can enter the quadratic effect of this factor in the Model panel :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_0-1724231457388.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/67353i8F2F9C9E57FC9123/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_0-1724231457388.png" alt="Victor_G_0-1724231457388.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The design obtained with the default number of runs look like this :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_1-1724231511730.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/67354i69DB09927E18BB79/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_1-1724231511730.png" alt="Victor_G_1-1724231511730.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the script to generate the design :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;DOE(
	Custom Design,
	{Add Response( Maximize, "Y", ., ., . ),
	Add Factor( Continuous, 1, 2, "Molar ratio HBD", 0 ),
	Add Factor( Categorical, {"Oxalic acid", "Citric acid"}, "HBD", 0 ),
	Add Factor( Continuous, 0, 2, "ML HBA", 0 ), Set Random Seed( 1591090212 ),
	Number of Starts( 109881 ), Add Term( {1, 0} ), Add Term( {1, 1} ),
	Add Term( {2, 1} ), Add Term( {3, 1} ), Add Term( {1, 1}, {2, 1} ),
	Add Term( {1, 1}, {3, 1} ), Add Term( {2, 1}, {3, 1} ), Add Term( {3, 2} ),
	Set Sample Size( 12 ), Simulate Responses( 0 ), Save X Matrix( 0 ), Make Design}
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And design datatable is attached. Feel free to adjust the sample size and assumed model to your needs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this suggestion can help you and simplify your design and project,&lt;/P&gt;</description>
    <pubDate>Wed, 21 Aug 2024 09:18:02 GMT</pubDate>
    <dc:creator>Victor_G</dc:creator>
    <dc:date>2024-08-21T09:18:02Z</dc:date>
    <item>
      <title>Disallowed Combinations not working</title>
      <link>https://community.jmp.com/t5/Discussions/Disallowed-Combinations-not-working/m-p/780710#M96299</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to make disallowed combinations in my custom design.&lt;/P&gt;&lt;P&gt;I have a factor with two categorical levels: No ChCl and ChCl and a factor with three ChCl molar ratio (categorical): 0, 1 and 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to make a&amp;nbsp;Disallowed Combinations where 'No ChCl' and a molar ratio of 0 cannot be made.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ChCl== "No ChCl" &amp;amp; Molar ratio ChCl== '0'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the design still makes a combination of No ChCl and 0. What am I doing wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards, Freja&lt;/P&gt;</description>
      <pubDate>Sat, 10 Aug 2024 06:26:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Disallowed-Combinations-not-working/m-p/780710#M96299</guid>
      <dc:creator>frejam</dc:creator>
      <dc:date>2024-08-10T06:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Disallowed Combinations not working</title>
      <link>https://community.jmp.com/t5/Discussions/Disallowed-Combinations-not-working/m-p/780724#M96303</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/24937"&gt;@frejam&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;with your input I was able to make a custom design with factor contraints to make the disallowed combination.&lt;/P&gt;&lt;P&gt;(&lt;A href="mailto:JMP18@Win10" target="_blank"&gt;JMP18)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please see enclosed table, is that what you need?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To understand what went wrong in your example, it would be quite helpful if you could share your DOE table.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;</description>
      <pubDate>Sat, 10 Aug 2024 09:06:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Disallowed-Combinations-not-working/m-p/780724#M96303</guid>
      <dc:creator>Georg</dc:creator>
      <dc:date>2024-08-10T09:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Disallowed Combinations not working</title>
      <link>https://community.jmp.com/t5/Discussions/Disallowed-Combinations-not-working/m-p/780738#M96306</link>
      <description>&lt;P&gt;Hi Georg,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't see that it works in your example either?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So here I applied the constrain, but I still combination where molar ratio (ML HBA) is 0 and HBA is ChCl.&lt;/P&gt;&lt;P&gt;What I want is that if HBA = ChCl then ML HBA should be &amp;gt;0, or if HBA = No ChCl then ML HBA = 0. Does that make sense? I attached my DoE table (I hope)&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="frejam_0-1723292195075.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/67018iBAFE1D998EE528E4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="frejam_0-1723292195075.png" alt="frejam_0-1723292195075.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards Freja&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Aug 2024 12:19:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Disallowed-Combinations-not-working/m-p/780738#M96306</guid>
      <dc:creator>frejam</dc:creator>
      <dc:date>2024-08-10T12:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Disallowed Combinations not working</title>
      <link>https://community.jmp.com/t5/Discussions/Disallowed-Combinations-not-working/m-p/780786#M96315</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/24937"&gt;@frejam&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would recommend setting the factor ML HBA as a discrete numeric with three levels instead of a 3-levels categorical factor, as the ordering between levels is taken into consideration with the discrete numeric factor type, and it does suit better your experimental design from what I see. It also facilitates the creation of the disallowed combinations constraint.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I set up the disallowed combinations like these :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_0-1723362399683.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/67029i698C580DC59D982F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_0-1723362399683.png" alt="Victor_G_0-1723362399683.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Or in a script version :&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;HBA == "ChCl" &amp;amp; ML HBA &amp;lt;= 0.5 | HBA == "No HBA" &amp;amp; ML HBA &amp;gt;= 0.5&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Then the generated design seems to respect the constraint you want:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_1-1723362527045.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/67030i77B09D7ECBB42BB8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_1-1723362527045.png" alt="Victor_G_1-1723362527045.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the script to generate the design (I assumed a model with main effects and 2-factors interactions) :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;DOE(
	Custom Design,
	{Add Response( Maximize, "Y", ., ., . ),
	Add Factor( Continuous, 1, 2, "Molar ratio HBD", 0 ),
	Add Factor( Categorical, {"Oxalic acid", "Citric acid"}, "HBD", 0 ),
	Add Factor( Categorical, {"ChCl", "No HBA"}, "HBA", 0 ),
	Add Factor( Discrete Numeric, {0, 1, 2}, "ML HBA", 0 ),
	Set Random Seed( 2109323028 ), Number of Starts( 3867 ), Add Term( {1, 0} ),
	Add Term( {1, 1} ), Add Term( {2, 1} ), Add Term( {3, 1} ), Add Term( {4, 1} ),
	Add Potential Term( {4, 2} ), Add Term( {1, 1}, {2, 1} ),
	Add Term( {1, 1}, {3, 1} ), Add Term( {1, 1}, {4, 1} ),
	Add Term( {2, 1}, {3, 1} ), Add Term( {2, 1}, {4, 1} ),
	Add Term( {3, 1}, {4, 1} ), Set Sample Size( 18 ),
	Disallowed Combinations(
		HBA == "ChCl" &amp;amp; ML HBA &amp;lt;= 0.5 | HBA == "No HBA" &amp;amp; ML HBA &amp;gt;= 0.5
	), Simulate Responses( 0 ), Save X Matrix( 0 ), Make Design}
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And you can find the datatable attached.&lt;/P&gt;
&lt;P&gt;The analysis should be done carefully, as you might have a nested effect of "ML HBA" inside "HBA" : the level 0 for factor "ML HBA" is only accessible for the level No HBA of factor "HBA".&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>Sun, 11 Aug 2024 07:57:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Disallowed-Combinations-not-working/m-p/780786#M96315</guid>
      <dc:creator>Victor_G</dc:creator>
      <dc:date>2024-08-11T07:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Disallowed Combinations not working</title>
      <link>https://community.jmp.com/t5/Discussions/Disallowed-Combinations-not-working/m-p/780794#M96321</link>
      <description>&lt;P&gt;Hi Victor,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for helping out. This was exactly the solution I needed :)&lt;/img&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards, Freja&lt;/P&gt;</description>
      <pubDate>Sun, 11 Aug 2024 11:42:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Disallowed-Combinations-not-working/m-p/780794#M96321</guid>
      <dc:creator>frejam</dc:creator>
      <dc:date>2024-08-11T11:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Disallowed Combinations not working</title>
      <link>https://community.jmp.com/t5/Discussions/Disallowed-Combinations-not-working/m-p/780805#M96322</link>
      <description>&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you expand on what you mean by this sentence?:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"The analysis should be done carefully, as you might have a nested effect of "ML HBA" inside "HBA" : the level 0 for factor "ML HBA" is only accessible for the level No HBA of factor "HBA".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can see that I get a very low score for HBA and ML HBA (&amp;lt;0.4)&lt;SPAN&gt;&amp;nbsp;in my power analysis when I put on the constrain. Is this effect you are talking about above and any suggestions to improve this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for all my questions - I am new in DoE design.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards, Freja&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Aug 2024 13:06:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Disallowed-Combinations-not-working/m-p/780805#M96322</guid>
      <dc:creator>frejam</dc:creator>
      <dc:date>2024-08-11T13:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Disallowed Combinations not working</title>
      <link>https://community.jmp.com/t5/Discussions/Disallowed-Combinations-not-working/m-p/780980#M96342</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/24937"&gt;@frejam&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I mean with :&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;"The analysis should be done carefully, as you might have a nested effect of "ML HBA" inside "HBA" : the level 0 for factor "ML HBA" is only accessible for the level No HBA of factor "HBA".&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The factors "HBA" and "ML HBA" are not independent, since the levels of "ML HBA" depend on the choice of the level for "HBA". This situation reduce the effective detection of these effects, as they are not independant (you can see in your power analysis). There might be no solution to this, increasing the sample size might help but won't solve entirely the problem.&lt;/P&gt;
&lt;P&gt;For example, if HBA is set to "No HBA", then the only possible value for "ML HBA" is 0. This dependance creates a nesting effect : "ML HBA" is nested within factor "HBA". Or if you want to see this situation and your experimental design more easily and graphically :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_0-1723452990006.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/67034i7EC4671F70FA156C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_0-1723452990006.png" alt="Victor_G_0-1723452990006.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let's see how this situation might impact your regression model through a simulated example. I created a response formula Y with the following equation :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_1-1723453072557.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/67035iEB1AFDFFF68B9FAB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_1-1723453072557.png" alt="Victor_G_1-1723453072557.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If we simply click on script "Model" with the assumed model from the generated design (or use script "Fit Least Squares (normal)"), with all main effects and 2-factors interactions estimated independently, we encounter some errors due to the non-independance between ML HBA and HBA:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;There is a "&lt;A href="https://www.jmp.com/support/help/en/17.2/#page/jmp/singularity-details.shtml?os=win&amp;amp;source=application#ww998670" target="_self"&gt;Singularity details&lt;/A&gt;" panel added, showing linear dependancies among our predictors :&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_2-1723453183200.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/67036i486FEE55B2207FBC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_2-1723453183200.png" alt="Victor_G_2-1723453183200.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;Looking at the "&lt;A href="https://www.jmp.com/support/help/en/17.2/#page/jmp/effect-summary-report.shtml" target="_self"&gt;Effects Summary&lt;/A&gt;" panel, not all effects can be estimated (even if we generated a design able to fit these terms/effects):&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_3-1723453273909.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/67037iD647C8C2DF365CAA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_3-1723453273909.png" alt="Victor_G_3-1723453273909.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;Looking at the "&lt;A href="https://www.jmp.com/support/help/en/17.2/#page/jmp/parameter-estimates.shtml#" target="_self"&gt;Parameter Estimates&lt;/A&gt;" panel, we see that main effects HBA and ML HBA are noted as &lt;EM&gt;biased&amp;nbsp;&lt;/EM&gt;(and estimated with a relatively large standard error), which again is an indication that they couldn't be estimated independantly :&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_4-1723453365617.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/67038i2256FD6582DD0209/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_4-1723453365617.png" alt="Victor_G_4-1723453365617.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;All these informations show indication that our regression model may not be appropriate in the context of nested factors. In order to solve this problem, you can manually specify the effects contained in your regression model through the &lt;A href="https://www.jmp.com/support/help/en/17.2/#page/jmp/launch-the-standard-least-squares-personality.shtml#" target="_self"&gt;Fit Model&lt;/A&gt; platform to include a nesting effect of ML HBA within HBA :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_7-1723453965487.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/67041iAFE1C13D85E6BC25/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_7-1723453965487.png" alt="Victor_G_7-1723453965487.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;To create nesting between factors, you can check this section of JMP Help :&amp;nbsp;&lt;A href="https://www.jmp.com/support/help/en/17.2/#page/jmp/example-of-a-twofactor-nested-random-effects-model.shtml#" target="_blank" rel="noopener"&gt;Example of a Two-Factor Nested Random Effects Model (jmp.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Since not all factors are crossed, it's only possible to estimate 2-factors interactions for factors that are not nested. In this case, you could add interactions between "HBD" and "Molar ratio HBD", "HBD" and "HBA", and "Molar ratio HBD" and "HBA".&lt;/P&gt;
&lt;P&gt;Running this model (use script "Fit Least Squares (nested)"), you can see there is no singularity anymore, all effects can be estimated, an no terms coefficients are biased. You can also see that coefficients for the terms are close to the one specified in the formula seen before, so the full model seems to be quite appropriate :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_8-1723454175906.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/67042iCDB28D93FD2B57C6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_8-1723454175906.png" alt="Victor_G_8-1723454175906.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Of course, depending on your performance metric (RMSE, R² and R² adjusted, statistical significance, information criterion like AICc and BIC, ...), you could further refine the model. But you should start first with your complete model assumed from your experimental design.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I join the datatable with all scripts and formula used for this example.&lt;BR /&gt;I hope this example will help you understand better the challenge of analyzing nested factors in DoE.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2024 10:31:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Disallowed-Combinations-not-working/m-p/780980#M96342</guid>
      <dc:creator>Victor_G</dc:creator>
      <dc:date>2024-08-12T10:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Disallowed Combinations not working</title>
      <link>https://community.jmp.com/t5/Discussions/Disallowed-Combinations-not-working/m-p/781270#M96383</link>
      <description>&lt;P&gt;Thank you so much for your explanation including examples, Victor. It really helped in understanding what nested effect is and how to overcome it. I will try to apply it to my design.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards, Freja&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 08:37:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Disallowed-Combinations-not-working/m-p/781270#M96383</guid>
      <dc:creator>frejam</dc:creator>
      <dc:date>2024-08-13T08:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Disallowed Combinations not working</title>
      <link>https://community.jmp.com/t5/Discussions/Disallowed-Combinations-not-working/m-p/783056#M96700</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/24937"&gt;@frejam&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looking at the new post&amp;nbsp;&lt;LI-MESSAGE title="Design of Experiment - Optional Mixture Additives" uid="782982" url="https://community.jmp.com/t5/Discussions/Design-of-Experiment-Optional-Mixture-Additives/m-p/782982#U782982" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;, I wonder if your situation is not similar (since factors HBA and ML HBA are related ?) and the required design may not be more simple than what I suggested ?&lt;/P&gt;
&lt;P&gt;Would it make sense for your experimental setup to consider creating a design with 3 factors :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Molar ratio HBD : continuous factor, range 1-2&lt;/LI&gt;
&lt;LI&gt;HBD : 2-levels categorical factor, oxalic acid or citric acid&lt;/LI&gt;
&lt;LI&gt;ML HBA : continuous factor, range 0-2&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;This setup enables to avoid nested factors, simplify the analysis and covers a broader and continuous experimental space.&amp;nbsp;The situation with "No HBA" would be represented when ML HBA has the value 0.&lt;BR /&gt;To have three levels for the factors ML HBA, you can enter the quadratic effect of this factor in the Model panel :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_0-1724231457388.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/67353i8F2F9C9E57FC9123/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_0-1724231457388.png" alt="Victor_G_0-1724231457388.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The design obtained with the default number of runs look like this :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_1-1724231511730.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/67354i69DB09927E18BB79/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_1-1724231511730.png" alt="Victor_G_1-1724231511730.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the script to generate the design :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;DOE(
	Custom Design,
	{Add Response( Maximize, "Y", ., ., . ),
	Add Factor( Continuous, 1, 2, "Molar ratio HBD", 0 ),
	Add Factor( Categorical, {"Oxalic acid", "Citric acid"}, "HBD", 0 ),
	Add Factor( Continuous, 0, 2, "ML HBA", 0 ), Set Random Seed( 1591090212 ),
	Number of Starts( 109881 ), Add Term( {1, 0} ), Add Term( {1, 1} ),
	Add Term( {2, 1} ), Add Term( {3, 1} ), Add Term( {1, 1}, {2, 1} ),
	Add Term( {1, 1}, {3, 1} ), Add Term( {2, 1}, {3, 1} ), Add Term( {3, 2} ),
	Set Sample Size( 12 ), Simulate Responses( 0 ), Save X Matrix( 0 ), Make Design}
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And design datatable is attached. Feel free to adjust the sample size and assumed model to your needs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this suggestion can help you and simplify your design and project,&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 09:18:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Disallowed-Combinations-not-working/m-p/783056#M96700</guid>
      <dc:creator>Victor_G</dc:creator>
      <dc:date>2024-08-21T09:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Disallowed Combinations not working</title>
      <link>https://community.jmp.com/t5/Discussions/Disallowed-Combinations-not-working/m-p/787576#M96937</link>
      <description>&lt;P&gt;Hi Victor,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for following up on this. Changing the Molar ratio to continuous as you suggested improves the power of my design. So I will definitely use this approach. Thank you so much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards, Freja&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 06:57:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Disallowed-Combinations-not-working/m-p/787576#M96937</guid>
      <dc:creator>frejam</dc:creator>
      <dc:date>2024-08-28T06:57:03Z</dc:date>
    </item>
  </channel>
</rss>

