Dear Members,
Since I finished the pre-test, I estimated it by the MNL in Nlogit.
-----------------------------------------------------------------------------
NLOGIT
;Lhs=choice
;Choices=alt1,alt2,alt3,notbuy
; model : U(alt1,alt2,alt3)=
B
+KI*KI
+GD*GD
+EI*EI
+TE*TE+NA*NA ? dummies for attribute ri:0=no, 1=te, 2=na
+SI*SI
+KO*KO+OR*OR ? dummies for attribute es:0=ar, 1=ko, 2=or
+PL*PL
+PR*PR
/
U(notbuy)=0
$
Iterative procedure has converged
Normal exit: 6 iterations. Status=0, F= .2038222D+04
--------+--------------------------------------------------------------------
| Standard Prob. 95% Confidence
CHOICE| Coefficient Error z |z|>Z* Interval
--------+--------------------------------------------------------------------
B| 2.10233*** .17516 12.00 .0000 1.75903 2.44563
KI| .08684 .05573 1.56 .1192 -.02240 .19607
GD| .24071*** .05517 4.36 .0000 .13258 .34883
EI| .00047** .00020 2.41 .0159 .00009 .00086
ri:1 TE| .38714*** .06530 5.93 .0000 .25916 .51512
ri:2 NA| .29433*** .06582 4.47 .0000 .16533 .42333
SI| .10772** .05486 1.96 .0496 .00019 .21525
es:1 KO| .58714*** .06648 8.83 .0000 .45684 .71744
es:2 OR| .56279*** .06671 8.44 .0000 .43204 .69354
PL| -.10949** .05342 -2.05 .0404 -.21418 -.00479
PR| -.05311*** .00388 -13.70 .0000 -.06071 -.04551
--------+--------------------------------------------------------------------
Based on the estimation results, I am generating a Bayesian D efficient design
Also, to generate it, I checked several topics on the Bayesian design in this forum and the Ngene's manuals.
I generated an Bayesian design as below.
-----------------------------------------------------------------------------
Design
;alts = alt1*, alt2*, alt3*,notbuy ?unlabelled experiment
;rows = 12
;eff=(mnl, d, mean) ?Bayesian D-error
;block = 2
;bdraws = gauss(5) ?the type and number of draws for Bayesian prior parameters
;model:
U(alt1)
=ki.dummy[0.08684]*ki[1,0]
+gd.dummy[0.24071]*gd[1,0]
+ei[0.00047]*ei[163,326,489]
+ri.dummy[(n,0.29433,0.0682)|(n,0.38714,0.0653)]*ri[1,2,0]
+si.dummy[0.10772]*si[1,0]
+es.dummy[(n,0.58714,0.06648)|(n,0.56279,0.06671)]*es[1,2,0]
+pl.dummy[-0.10949]*pl[1,0]
+pr[-0.05311]*pr[9.8,14.8,19.8,24.8,29.8]/
U(alt2)
=ki.dummy*ki
+gd.dummy*gd
+ei*ei
+ri.dummy*ri
+si.dummy*si
+es.dummy*es
+pl.dummy*pl
+pr*pr/
U(alt3)
=ki.dummy*ki
+gd.dummy*gd
+ei*ei
+ri.dummy*ri
+si.dummy*si
+es.dummy*es
+pl.dummy*pl
+pr*pr
$
-----------------------------------------------------------------------------
So, I have a few elementary questions.
1. Is there each rule when I use "mean" or "median" in the the efficient design?
-That means how do I select.
2. How many numbers of gauss when the efficient design is mean?
-I learned if eff is mean, bdraws is gauss.
3. Are there any situations which a D-prior is better than a Bayesian one?
-I learned that a Bayesian is better than a D-prior thought I sometime find previous studies employed D-prior design, not Bayesian one.
4. Even if D error in the D-prior design is less than that in the Bayesian one, is the Bayesian design better?
I was wondering if you could comment in my questions.
Thank you for your time.
Best regards,
Keiko Aoki