The problem is that Ngene is running since Monday, and after 4 days it's still running. However, if I click on the last iteration, I get my choice task but I don't know if I can use them.
Is it common or am I doing some mistakes? Are there any tips to reduce the running time? Sorry for the question but it is the first time I'm using Ngene
Here the script:
- Code: Select all
Design
;alts=SQ, alt2, alt3
;rows=10
;eff=(mnl,d)
;model:
U(SQ) = b1 + b3[-0.0001] * TAX[109] + b4[0.0001] * PROD[60] + b5[0.0001] * PER[100] + b6[0.0001] * CHIL[100]/
U(alt2) = b2 + b3 * TAX1[25,50,109,200,300] + b4 * PROD1[30,60,90,120] + b5 * PERF1[50,100,150,200] + b6 * CHIL1[50,100,200,300] /
U(alt3) = b3 * TAX1 + b4 * PROD1 + b5 * PERF1 + b6 * CHIL1
$
Thank you for your attention