efficient design error?
Posted: Tue Feb 07, 2023 10:19 pm
Hello,
When I run the code below, attribute level 2 is always paired with another level 2. For example, fish(2) is always paired with fish(2) for alternatives a and b.
Could someone tell me what's going on and how to fix this issue?
Thank you.
Julian
Design
;alts = a, b, sq
;rows = 12
;eff = (mnl,d)
;model:
U(a) = a[0.05] + fish[0.5] * Fish[1,2,3] + cook[0.025] * Cook[1,2,3] + type[0.05] * Type[1,2,3] + price[0.05] * Price[1,2,3,4,5] /
U(b) = b[0.05] + fish[0.5] * Fish + cook[0.025] * Cook + type[0.05] * Type + price[0.05] * Price
$
When I run the code below, attribute level 2 is always paired with another level 2. For example, fish(2) is always paired with fish(2) for alternatives a and b.
Could someone tell me what's going on and how to fix this issue?
Thank you.
Julian
Design
;alts = a, b, sq
;rows = 12
;eff = (mnl,d)
;model:
U(a) = a[0.05] + fish[0.5] * Fish[1,2,3] + cook[0.025] * Cook[1,2,3] + type[0.05] * Type[1,2,3] + price[0.05] * Price[1,2,3,4,5] /
U(b) = b[0.05] + fish[0.5] * Fish + cook[0.025] * Cook + type[0.05] * Type + price[0.05] * Price
$