Hello,
This is the first time I design a choice experiment, which we’re due to pilot soon, and I was wondering if the design is fine.
Any feedback would be helpful. The choice experiment is on health and sustainability claims on chicken products, we are planning on doing a small pre-test (cognitive interviewing), a pilot with 40 people and a total sample of 400. My questions at this stage are mainly:
Does the syntax look ok?
Do these look like too many attributes? (or too many price levels)
Thanks a lot in advance!
Design
; alts = statusquo, alt1*, alt2*
; rows = 28
; block = 2
; eff = (mnl, d)
; alg = swap(stop=total(60 secs))
; model:
U(statusquo) = b01[0.0001] + b2[-0.0001]*price_ref[60]/
U(alt1) = b2* price[60, 80, 100, 120]
+ b3.effects[0.0001]*low_salt[1,0]
+ b4.effects[0.0001]*Safety_certified[1,0]
+ b5.effects[0.0001]*No_antibiotics[1,0]
+ b6.effects[0.0001]*produced_coop[1,0]
+ b7.effects[0.0001]*originSA[1,0]
+ b8.effects[0.0001]*Sustainable[1,0] /
U(alt2) = b2* price[60, 80, 100, 120]
+ b3.effects*low_salt[1,0]
+ b4.effects*Safety_certified[1,0]
+ b5.effects*No_antibiotics[1,0]
+ b6.effects*produced_coop[1,0]
+ b7.effects*originSA[1,0]
+ b8.effects*Sustainable[1,0]
$