I am working on a CE study where we will present for each choice task two product alternatives and a no-buy alternative.
I have generated a D-efficient design, with constrains and priors = 0, that has been used in a pilot survey with 100 subjects. I have estimated a MNL model to obtain the priors for the generation of a Bayesian design. Specifically, following suggestions on the forum, I have divided by 2 the priors (both mean and st errors), and specified the mean values = 0 of the parameters which were statistically insignificant in the MNL model. I have assumed a normal distribution for all priors.
I would like to generate a Bayesian design on the basis of WTP efficiency criterion. I am not very familiar with this kind of design and I have some questions . Here is the syntax I have used:
- Code: Select all
Design
;alts = alt1, alt2, nobuy
;rows = 48
;block =12;
;eff = (mnl,wtp(wtp1))
;wtp = wtp1(*/b1)
;con
;cond:
if (alt1.INV=[0], alt1.COM=[0]),
if (alt2.INV=[0], alt2.COM=[0]),
if (alt1.COM=[0], alt1.INV=[0]),
if (alt2.COM=[0], alt2.INV=[0])
;model:
U(alt1) = b1[-0.23]*PPPRICE[1,2,3,4]
+ b2.dummy[(n,0.70,0.13)|(n,0.36,0.12)|(n,0.33,0.12)]*STANDARDS[3,2,1,0]
+ b3[(n,3.18,0.44)]*FPRICE[0.05,0.1,0.2,0.3]
+ b4[(n,0,1.60)]*INV[0,0.05,0.10]
+ b5.dummy[(n,0.60,0.18)|(n,0.58,0.18)|(n,0,0.18)]*COM[3,2,1,0]
/U(alt2) = b1*PPPRICE
+ b2*STANDARDS
+ b3*FPRICE
+ b4*INV
+ b5*COM/
U(nobuy)= b0[(n,0,0.24)]$
First of all, I do hope I have used the appropriate syntax and please see below the efficiency estimates I have obtained:
- Code: Select all
Bayesian
Fixed Mean Std dev. Median Minimum Maximum
D error 0.482119 0.491894 0.006665 0.490296 0.48222 0.521154
A error 6.511585 6.676097 0.29205 6.647395 6.237344 7.796395
B estimate 84.551825 81.475317 8.39142 83.43224 55.881892 95.484354
S estimate 11.894459 115231.9194 840837.3707 1088.419697 34.102464 8485557.686
WTP(wtp1) estimate 1134.533193 1231.279807 109.305549 1206.002631 1067.009648 1840.774782
WTP(wtp1) n Infinity 115228.9605 840822.1028 1092.704408 39.391768 8484252.056
Prior b1 b2(d0) b2(d1) b2(d2) b3 b4 b5(d0) b5(d1) b5(d2) b0
Fixed prior value -0.23 0.7 0.36 0.33 3.18 0 0.6 0.58 0 0
Sp estimates 4.514377 4.114633 10.582062 11.894459 3.79845 Undefined 9.556447 10.049788 Undefined Undefined
Sp t-ratios 0.92248 0.966252 0.602519 0.568308 1.005664 0 0.634027 0.618269 0 0
Sb mean estimates 4.611486 4.741807 21.746327 39.386371 4.155939 17954.6242 2164.039473 18.180973 92730.11347 3073.650829
Sb mean t-ratios 0.912947 0.954193 0.594327 0.558814 0.990834 0.17711 0.619799 0.603889 0.157729 0.235089
I am not sure whether in WTP efficient designs using priors=0 would be ok.
Second, as far as I understood, “WTP(wtp1) estimate” would indicate the C-error values (please correct me if I am wrong) and should suggest the minimum number or design replications necessary to obtain statistically significant WTP values. Basically, my output tells me that, assuming my priors are correct, I need a number of 1134 * #blocks (12) respondents to obtain statistically significant WTP estimates. Did I understand correctly?
Also, what is the difference between “WTP(wtp1) estimate” and “WTP(wtp1) n”?
I apologize in advance if this has already been source of discussion on the forum or if I have missed the explanation on the manual.
Thanks a lot,
Claudia