priors for Bayesian design
Posted: Mon Apr 04, 2022 1:58 pm
Hi Michiel,
I used below codes to run an efficient design and used it to do a pilot study. After I ran MNL, I found that the price coefficient was negative but not significant. Do you think I can use the coefficient of price as a prior to run the Bayesian design even if it is not significant? If I use a non-significant coefficient as a prior of Bayesian, will it cause an issue? Does my efficient design have a issue that causes non-significant price coefficient?
I used below codes to run an efficient design and used it to do a pilot study. After I ran MNL, I found that the price coefficient was negative but not significant. Do you think I can use the coefficient of price as a prior to run the Bayesian design even if it is not significant? If I use a non-significant coefficient as a prior of Bayesian, will it cause an issue? Does my efficient design have a issue that causes non-significant price coefficient?
- Code: Select all
Design
;alts = alt1*, alt2*, alt3*, nobuy
;rows = 5
;block =1
;eff = (mnl,d)
;model:
U(alt1) = b0 + b1[-0.001]* price[25,40,55,70,85] + b2[-0.001]* broken[5,10,15,20,30]
/
U(alt2) = b0 + b1*price + b2*broken
/
U(alt3) = b0 + b1*price + b2*broken
$