cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

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