Dear Michiel, I am going to do an "orthorgonal" design, due to my limited project time.
I am designing the DCE with 6 attributes, including price, (2 with 4 levels, 2 with 3 levels, 2 with 2 levels, the price is the attribute with 4 levels). I wrote the syntax as below:
when "orth=seq":
Design
;alts = alt1*,alt2*
;rows = 72
;orth = seq
;block = 12
;model:
U(alt1) = b1*A[1,2,3,4] + b2*B[1,2,3] + b3*C[1,2,3] + b4*D[1,2] + b5*E[1,2] + b6*F[45,50,55,60]/
U(alt2) = b1*A + b2*B + b3*C + b4*D + b5*E + b6*F
$
when "orth=ood":
Design
;alts = alt1*,alt2*
;rows = 72
;orth = ood
;block = 12
;model:
U(alt1) = b1*A[1,2,3,4] + b2*B[1,2,3] + b3*C[1,2,3] + b4*D[1,2] + b5*E[1,2] + b6*F[45,50,55,60]/ ?F[45,50,55,60] is th price attribute
U(alt2) = b1*A + b2*B + b3*C + b4*D + b5*E + b6*F
$
When I run the design of "orth=seq", I got the D-optimality around 60%-69%, D error is around 0.029688.
When I run the design of "orth=ood", I got the D optimality fixed at 96.25861, D error is fixed as 0.017916.
So my questions are:
1) Is everything about my syntax right? As an unlabelled design, I am going to put a "No choice" alternative in the questionnaire too. so do I need to add "alt3" here in the syntax, or the syntax with "alt2" and "alt3"is ok?
2) "orth=seq", or "orth=ood", which one should I use?
When I use the OOD design, I found that the attribute with 2 levels are always shown in the choice set as level1 vs. level2, it always ask the respondent to make trade-off between level1 and level2, not
showing any choice set as level1 vs. level1.
3) How many levels is better for Price attribute? 3 or 4? How much interval is ok for the price, so that I won't get an result for price attribute which is not significant after I collected all the data?
Many thanks! Looking forward to your reply!
Kind regards,
Lohas