Hello @chris_rigdon,
Are the experiments not measurable when ingredient A is in the range 1-5% and B in the range 10-20% ?
Some other questions related to your design and other factors :
- What are the other factors types ?
- What is your objective ?
- Which kind of design or model do you want to investigate ?
- Are there any other constraints in your design (other ingredients in the formulation with a constraint on the total sum/ratio ?) ?
If there is a "technical" reason for this difference in scale, there may be a solution by using "Custom Design", and then specifying "Disallowed combinations" :
- You create a 2-levels categorical factor for ingredient, and a continuous factor for concentration (from 1 to 20).
- Then, in the disallowed combination filter, you choose your factor and levels for which there should not be a single experiment in this space :
Or you can use this script in the "Disallowed Combinations Script" :
Ingredient type == "A" & Concentration <= 5 | Ingredient type == "B" & Concentration >= 10
Then the design creation should take into account these constraints and avoid creating points in the excluded area (here a small example only with these 2 factors):
This may be a technical solution, but as @statman writes, there are several questions to consider before creating a design.
Hope this may help,
Victor GUILLER
L'Oréal Data & Analytics
"It is not unusual for a well-designed experiment to analyze itself" (Box, Hunter and Hunter)