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 create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

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

Defining constrains in a custom design

Hi Everyone, I am not sure how to define constraints for my DOE. I have the following factors:

Categorical

Denaturing agent type

Agent 1, Agent 2, Agent 3

Continuous

Denaturing agent concentration

20-100 mM

Categorical

Buffer salt type

Salt 1, Salt 2

Continuous

Buffer salt concentration

10-300

Continuous

X1

8-10

Continuous

X2

0.1-2

Continuous

X3

10-200

Continuous

X4

5-10

Continuous

X5

0.1-2

 

Per experiment, only one of the denaturing agents {Agent 1, Agent 2, Agent 3} and only one buffer salts {Salt 1, Salt 2} can exist.

How can I define this constraint in JMP? What should I select in the linear or disallowed combination filter?

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Defining constrains in a custom design

If you define them as categorical factors, only one agent and salt will be included per run.

View solution in original post

2 REPLIES 2

Re: Defining constrains in a custom design

If you define them as categorical factors, only one agent and salt will be included per run.

Reyhanneh
Level I

Re: Defining constrains in a custom design

Hi Mark, Thanks for your reply.

Recommended Articles