Question about design with status quo with fixed levels
Posted: Fri Apr 12, 2024 12:10 pm
Hi! I am learning choice experiment and doing my first one this semester. This platform has been really helpful. I have a doubt regarding my first design (more of a confirmation if I am doing things right). If anyone can help, that would be greatly appreciated.
I have three alternatives with five attributes asking respondents to choose between policy A(alternative 1), policy B (alternative 2), and without policy (alternative 3). Policies show what happens to the attributes if a particular policy is chosen and alternative 3 shows what happens without a policy.
The 5 attributes are black, red, blue, green, and cost.
Levels of attributes are as follows: black[0,1,2,4,6], red[15,25,34,40,50], blue[10,25,35,50,60,70], green[0,1,10,25,50], and Cost [12,36,72,120,240] .
The levels for the 3rd alternative (without policy) are fixed and don't change across choice situations. The third alternative has the same attributes as alternatives 1 and 2,
Is the following design correct for this situation?
I renamed the attributes for alternative 3 in the design below so that new levels are considered, however, all attributes are same across all alternatives. Only the levels differ.
Thank you in advance! Any help is appreciated.
Design
;alts = alt1, alt2, alt3
;rows = 24
; eff = (mnl, d, mean)
;block = 4
;model:
U(alt1) = b1[(n,-22, 8.80)] * black[0,1,2,4,6] + b2[(n, -5.49, 2.19)] * red[15,25,34,40,50] + b3[(n, -6, 1.71)] * blue[10,25,35,50,60,70] + b4[(n, 3.84, 2.69)] * green[0,1,10,25,50] + b5[ (n, -1, 0.3)] * Cost [12,36,72,120,240] /
U(alt2) = b1 * black + b2 * red+ b3* blue+ b4 * green + b5 * Cost /
U(alt2) = b1 * black1[6] + b2 * red[50]+ b3* blue[70]+ b4 * green[50] + b5 * Cost[0]
$
I have three alternatives with five attributes asking respondents to choose between policy A(alternative 1), policy B (alternative 2), and without policy (alternative 3). Policies show what happens to the attributes if a particular policy is chosen and alternative 3 shows what happens without a policy.
The 5 attributes are black, red, blue, green, and cost.
Levels of attributes are as follows: black[0,1,2,4,6], red[15,25,34,40,50], blue[10,25,35,50,60,70], green[0,1,10,25,50], and Cost [12,36,72,120,240] .
The levels for the 3rd alternative (without policy) are fixed and don't change across choice situations. The third alternative has the same attributes as alternatives 1 and 2,
Is the following design correct for this situation?
I renamed the attributes for alternative 3 in the design below so that new levels are considered, however, all attributes are same across all alternatives. Only the levels differ.
Thank you in advance! Any help is appreciated.
Design
;alts = alt1, alt2, alt3
;rows = 24
; eff = (mnl, d, mean)
;block = 4
;model:
U(alt1) = b1[(n,-22, 8.80)] * black[0,1,2,4,6] + b2[(n, -5.49, 2.19)] * red[15,25,34,40,50] + b3[(n, -6, 1.71)] * blue[10,25,35,50,60,70] + b4[(n, 3.84, 2.69)] * green[0,1,10,25,50] + b5[ (n, -1, 0.3)] * Cost [12,36,72,120,240] /
U(alt2) = b1 * black + b2 * red+ b3* blue+ b4 * green + b5 * Cost /
U(alt2) = b1 * black1[6] + b2 * red[50]+ b3* blue[70]+ b4 * green[50] + b5 * Cost[0]
$