Hi,
I am doing a stated preference experiment designs in Ngene. In my choice experiments, there is a status quo alternative (altcar) out of three alternatives, whose attribute values are determined by answers extracted from previous questions. I use an alternative specific constant in utility functions. Thus, I only got Ngene designs for the other two alternatives (altbus, altmetro). Could you please tell me how to achieve a Ngene design containging all three alternatives? Since I would like to import the design containing all three alternatives into Qualtrics later. I put my codes here for your reference.
Design
;alts=altcar,altbus,altmetro
;rows=72
;orth=sim
;block=8
;model:
U(altcar)= bcar /
U(altbus)= bbus
+bbus,1.dummy[0]*fuel[0,1]
+bbus,2.dummy[0|0]*access[0,1,2]
+bbus,3.dummy[0|0]*freq[0,1,2]
+bbus,4.dummy[0|0]*ttime[0,1,2]
+bbus,5.dummy[0|0]*seat[0,1,2]
+bbus,6.dummy[0]*quiet[0,1]
+bbus,7.dummy[0|0]*fare[0,1,2] /
U(altmetro)= bmetro,2.dummy[0|0]*access[0,1,2]
+bmetro,3.dummy[0|0]*freq[0,1,2]
+bmetro,4.dummy[0|0]*ttime[0,1,2]
+bmetro,5.dummy[0|0]*seat[0,1,2]
+bmetro,6.dummy[0]*quiet[0,1]
+bmetro,7.dummy[0|0]*fare[0,1,2]
$