Hi all,
I'm a beginner. I've 2 questions here; 1) is it normal for Ngene to take more than a day to generate the choice set? currently the iteration is keep running and I'm not sure when it will stop. 2) I didn't include the socio-economic variables in the utility function, will this be alright?
Here is the syntax.
Design
;alts = A*, B*, Default
;rows = 12
;block = 4
;eff = (mnl,d)
;model:
U(A) = b1[0]
+b2 [0] * waste[0,20,40]
+b3 [0] * time[0,10,20]
+b4.dummy[0I0] * bin[1,2,3]
+b5[0] * pay[0,5,100,250]
+b6[0] * benefit[0,4]/
U(B) = b2 * waste
+b3 * time
+b4.dummy*bin
+b5* pay
+b6* benefit
$