Similarity of alternatives in choice sets
Posted: Wed Sep 02, 2026 7:34 pm
Dear members,
I am designing choice sets using the code below. I had requested for 12 rows but the software generated 36. My concern is that in three of the choice sets, attribute levels in alternative 1 and alternative 2 are similar. What could have caused that??
Design
;alts = alt1, alt2, alt3
;rows = 12
;orth = sim
;block=6
;model:
U(alt1) = b1 + b2 * yield[0,1,2] + b3 * mtrty[0,1,2] + b4 * drghtol[0,1,2] + b5* tast[0,1] + b6 * grnsz[0,1] + b7 * pric[0,1,2] /
U(alt2) = b2 * yield + b3* mtrty + b4* drghtol + b5* tast + b6* grnsz + b7 * pric /
U(alt3) = 0
I am designing choice sets using the code below. I had requested for 12 rows but the software generated 36. My concern is that in three of the choice sets, attribute levels in alternative 1 and alternative 2 are similar. What could have caused that??
Design
;alts = alt1, alt2, alt3
;rows = 12
;orth = sim
;block=6
;model:
U(alt1) = b1 + b2 * yield[0,1,2] + b3 * mtrty[0,1,2] + b4 * drghtol[0,1,2] + b5* tast[0,1] + b6 * grnsz[0,1] + b7 * pric[0,1,2] /
U(alt2) = b2 * yield + b3* mtrty + b4* drghtol + b5* tast + b6* grnsz + b7 * pric /
U(alt3) = 0