Dear Ngene users,
I have run the following syntax (conditional design) and received the following "Ngene has stopped working"
When I remove the ;alg=mfederov command, the program is running but the results do not meet the conditiona (i.e. engagement types do not appear with the correct price levels) any ideas what might be the reason? Anat
Design
;alts = small,optout
;rows=24
;block=6
;eff=(mnl,d)
;rdraws=halton
;alg=mfederov
;reject:
small.engagement=1 and small.cost=8,
small.engagement=1 and small.cost=13,
small.engagement=1 and small.cost=18,
small.engagement=1 and small.cost=40,
small.engagement=1 and small.cost=55,
small.engagement=1 and small.cost=75,
small.engagement=2 and small.cost=70,
small.engagement=2 and small.cost=120,
small.engagement=2 and small.cost=150,
small.engagement=2 and small.cost=40,
small.engagement=2 and small.cost=55,
small.engagement=2 and small.cost=75,
small.engagement=3 and small.cost=70,
small.engagement=3 and small.cost=120,
small.engagement=3 and small.cost=150,
small.engagement=3 and small.cost=8,
small.engagement=3 and small.cost=13,
small.engagement=3 and small.cost=18
;model:
U(small) = c2[0] + b1.dummy[(n, 2.8, 0.21)|(n,1.6, 0.4)]*engagement[1,2,3] +
b2[(n,-0.008,0.0004)]*cost[8,13,18,40,55,70,75,120,150](1-3,1-3,1-3,1-3,1-3,1-3,1-3,1-3,1-3)+b3.dummy[(n,-0.22,0.00017)]*nolocal[1,0] $