Creating a DoE with Two Boolean and One Discrete Numerical Factor
Hello,I need to create a Design of Experiments (DoE) with two Boolean factors (B1 and B2) and one discrete numerical factor (X1). B1 and B2 can be either Yes or No, meaning the steps involving B1/B2 will either be performed or not. X1 can take on four values: 0, 0.25, 0.5, and 1.I have four response variables: three ordinal and one continuous numeric.Ideally, I want to obtain at least the 2nd orde...