Dear Ngene Community,
I am struggling with an issue related to Undefined MNL D-error. My code is below. I understand from past posts that this is linked with the constrains imposed by the design but it seems to me that there are enough possible designs that this should not be an insurmountable issue.
Any input as to how to overcome this obstacle is greatly appreciated.
Many thanks,
Diogo
Design
;alts = alt1, alt2, alt3
;rows = 24
;eff = (mnl,d)
;alg = mfederov
;bdraws = halton(200)
;require:
alt1.leopard + alt1.serval + alt1.genet + alt1.synthetic = 1,
alt2.leopard + alt2.serval + alt2.genet + alt2.synthetic = 1
;model:
U(alt1) = b_price [(n,1,0.5)] * price [30, 85, 245, 700, 2000, 5725]
+ b_leopard [(n,1,0.1)] * leopard [0,0.25,0.5,0.75]
+ b_serval [(n,0.05,0.01)] * serval [0,0.25,0.5,0.75]
+ b_genet [(n,0.01,0.001)] * genet [0,0.25,0.5,0.75]
+ b_synthetic [(n,0.05,0.01)] * synthetic [0,0.25,0.5,0.75] /
U(alt2) = b_price * price [30, 85, 245, 700, 2000, 5725]
+ b_leopard * leopard [0,0.25,0.5,0.75]
+ b_serval * serval [0,0.25,0.5,0.75]
+ b_genet * genet [0,0.25,0.5,0.75]
+ b_synthetic * synthetic [0,0.25,0.5,0.75] $