Hello, I am having trouble with this and would like your guidance.
I have six attributes and the number of levels is 3,3, 2,2, 2,3 respectively.
The command I am using is
Design
;alts = choiceA, choiceB
;rows = 24
;blocks = 3
;eff = (mnl,d)
;model:U(choiceA) = asc+ b1 * b1 [0,1,2]+ b2 * b2[0,1,2]+ b3 * b3[0,1]+ b4 * b4[0,1]+ b5 * b5[0,1]+b6 * b6[0,1,2]/
U(choiceB) = b1 * b1+ b2 * b2+ b3 * b3+ b4 * b4+ b5 * b5+ b6 * b6$
However, the generated choice sets are only selected at low and high levels (0 and 2), and at medium and medium levels (1 and 1).
How can I modify the design commands? Thanks.