Hi,
I am designing a choice experiment for my research project. I want to use efficient design to generate choice sets for my choice experiment. I am thinking to generate 6 blocks with a total of 36 choice sets and include 3 alternatives (Option A, Option B and Neither) in a choice set.
Regarding the attributes and levels, I have 5 attributes (Price, grass-finished, carbon-friendly, humanely raised and traceability) with their levels mentioned below:
Price($/lb): $2.5, $5, $7.5, $10
Grass-finished: Yes, No
Carbon-friendly: Yes, No
Humanely raised: Yes, No
Traceability: USDA label, Blockchain, No label
Dummies in design:
Grass-finished (Yes)=1, Grass-finished (No)=0
Carbon-friendly (Yes)=1, Carbon-friendly (No)=0
Humanely raised (Yes)=1, Humanely raised (No)=0
USDA label of traceability=2, Blockchain traceability=1, No label=0
Design
;alts= optA*, optB*, Neither
;rows=36
;eff=(mnl,d, mean)
;block=6
;alg= mfederov
;model:
U(optA) = b1 [(n, -3.4253, 0.7711)] * price[1.99, 3.49, 4.99, 6.49]
+ b2.dummy[(n, 0.2843, 0.537)]* Grassfinished[1, 0]
+ b3.dummy[(n, 0.5362, 0.8788)]* Carbonfriendly[1, 0]
+ b4.dummy[(n, 0.1193, 0.022)]* Humanelyraised[1, 0]
+ b5.dummy[(n, 3.3897, 0.2018)|(n, 2.4182, 0.2467)] * Traceability[2, 1, 0] /
U(optB) = b1 * price
+ b2 * Grassfinished
+ b3 * Carbonfriendly
+ b4 * Humanelyraised
+ b5 * Traceability /
U(Neither) = b0 [(n, -3.5339, 0.566)]
$
Questions/Concerns:
• In addition to main effects, I also want to see the interaction effects of above-mentioned attributes during analysis. Do I need to incorporate interaction dummy in the model here or I can examine interaction effects using above mentioned model?
• Are there any issues in the model?
I kindly request you to provide insights on above mentioned concerns.
With regards,
bpaudel