Hi,
I have the most recent version of Ngene, and all permanent setting is on default. I was trying to replicate the code on manual pp99 and 100, attached below. Ngene would continue to run forever and won't give me the result shown on the manual. These commands should take no time to run. Any advice is appreciated.
Design
;alts = alt1, alt2
;rows = 12
;eff = (mnl,d)
;model:
U(alt1) = b1[-0.2] + b2[1.2] * A[0,1,2] + b3[2.5] * B[0,1] /
U(alt2) = b2 * A + b4[1.1] * C[2,4,6,8]
$
Design
;alts = alt1, alt2
;rows = 12
;eff = (mnl,d)
;model:
U(alt1) = b1[-0.2] + b2[1.2] * A[0:2:1] + b3[2.5] * B[0:1:1] /
U(alt2) = b2 * A + b4[1.1] * C[2:8:2]
$