Dear Ngene team,
I have estimated an efficent design setting all priors at zero. This design will be used for a pilot study to obtain the priors for a Bayesian design.
Below the attribute descriptions and the sintax I used.
Attribute description:
b1 = price (1.80, 2.20, 2.60, 3.00, 3.40, 3.80)
b2 = calories per 100g (420, 436, 452, 468)
b3 = flavor (0=plain, 1=choco)
b4 = GI (0=no logo, 1=logo)
Design
;alts = alt1*, alt2*, alt3
;rows = 24
;block = 3
;eff = (mnl,d)
;model:
U(alt1) = b1 * price[1.80, 2.20, 2.60, 3.00, 3.40, 3.80]
+ b2[0] * calories[0,1,2,3]
+ b3.effects[0] * flavor[0,1]
+ b4.effects[0] * GI[0,1]/
U(alt2) = b1*price + b2*calories + b3*flavor + b4*GI/
U(alt3) = b0[0] $
My main concern is that in the design I have dominant alternatives (i.e., one of the two buyng options is objectively better than the other one in the choice task). I have also tryed with 24 rows and 2 blocks, but the problem persists. Is there any way to avoid this issue? If yes, how can I do?
Moreover, I was wondering whether to use an efficient design with zero priors is the proper approach to collect pilot data for a second wave bayesian design, or
it would be better to use 'conservative' priors (i.e., very close to zero) maybe guessing the signs of some attributes (like price and calories).
Any suggestion would be much appreciated.
Thank you very much,
Eli