Custom DOE does not use the whole range of discrete numeric values
I am trying to create a custom DOE with 1 continuous factor and 2 discrete numeric factors (3 levels).One of the discrete numeric factors has values 1, 3 and 5. The generated table only uses the values 3 and 5 however. This does not seem to make sense to me from a experiment design POV. Even when changing it to a 4 level factors (0,1,3,5) only 3 and 5 are used. See JMP file for details. Is this ch...