I'm trying to set up a mixture design with 6 factors for a formulation. The first 5 factors should add up to exactly 0.5, and the 6th factor is a "dummy" factor that should always be 0.5. When I try to set this up in JMP I am unable to get it to generate a design with these constraints.
I am trying to enforce these constraints by having both:
A couple of things that seem to be happening are:
What am I missing?
You cannot specify a lower limit and upper limit to the same value. That is not a factor, instead it is a constant. So you could change X6 to be a constant and then ignore the linear constraints. Remember that X6 does not need to be in the design or model because it is never changing.
Another approach is to adjust the mixture sum and not enter X6 at all. From the Custom Design red popup menu, go to Advanced Options > Mixture Sum and specify the total to be 0.5. Then enter your 5 mixture factors that are changing.
You cannot specify a lower limit and upper limit to the same value. That is not a factor, instead it is a constant. So you could change X6 to be a constant and then ignore the linear constraints. Remember that X6 does not need to be in the design or model because it is never changing.
Another approach is to adjust the mixture sum and not enter X6 at all. From the Custom Design red popup menu, go to Advanced Options > Mixture Sum and specify the total to be 0.5. Then enter your 5 mixture factors that are changing.
I think this is the approach I needed, thanks!