cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
Emil95
Level I

DOE Custom design - disallowed combinations not accepted

Emil95_0-1648026435032.png

Above is the design. The output looks as follows: 

Emil95_1-1648026521113.png

Only respecting the disallowed combination given for 'with chemicals'. What am I doing wrong?

2 REPLIES 2
ih
Super User (Alumni) ih
Super User (Alumni)

Re: DOE Custom design - disallowed combinations not accepted

I think you want to replace the AND in your disallowed combinations script to use an OR instead, like this:

 

( X1 == "L1" & X2 == "L1" ) | ( X1 == "L3" & X2 == "L3" )

Re: DOE Custom design - disallowed combinations not accepted

In addition to @ih's suggestion, I wonder if you are setting up an impossible design given the model you specified. It seems like Coloring Process and Color Fading are confounded.

Recommended Articles