Dear members,
I am going to conduct online survey (# of participants will be 1000 persons) and to estimate the data by mixed logit.
Although I am beginner, I am building the code for our D-efficient design with Ngene as below.
I learned several tips of coding with Ngene based on the form.
However, the D-error does not get less than 0.18 even though the evaluation is about 42089, for example.
I understand that the less D-error, the more good.
So, I tried it again and again while changing prior.
But, it does not work.
So, I have two questions.
1. How do you judge that the design is valid ?
2. What factors does D-error decrease?
(Coding)
Design
;alts = alt1, alt2, alt3, alt4
;rows = 12
;eff=(mnl, d)
;block = 2
;model:
U(alt1) =
+oy.dummy[0.00001]*oy[1,0]
+ki.dummy[0.00001]*ki[1,0]
+yu.dummy[-0.00001]*yu[1,0]
+sh.dummy[0.00001|0.00001]*sh[2,1,0]
+es.dummy[0.00001]*es[1,0]
+pl.dummy[0.00001]*pl[1,0]
+ei.dummy[0.00001|0.00001|0.00001]*ei[3,2,1,0]
+pr[-0.00001]*pr[198,298,398]/
U(alt2)
=oy.dummy*oy
+ki.dummy*ki
+yu.dummy*yu
+sh.dummy*sh
+es.dummy*es
+pl.dummy*pl
+ei.dummy*ei
+pr*pr /
U(alt3)
=oy.dummy*oy
+ki.dummy*ki
+yu.dummy*yu
+sh.dummy*sh
+es.dummy*es
+pl.dummy*pl
+ei.dummy*ei
+pr*pr
$
Thank you for your time in advance.
Best regards,
Keiko