DCE Experimental Design for 'Current Testing' Opt-Out
Posted: Mon Nov 21, 2022 8:40 pm
Hi,
I am currently generating the experimental design for a genetic testing DCE. The attributes and levels are:
1) Chance of Diagnosis: 10% / 20% / 30% / 40%
2) Number of Clinic Visits: 2 / 4 / 6 / 8
3) Time waiting for results: 6 months / 1y / 2y / 3y
4) Cost to you: £0 / £1000 / £2000 / £5000
I am unsure about how I should treat the opt-out alternative within my Ngene design. The opt-out is 'current testing,' which takes the levels in bold (10% chance, 6 visits, 2 years wait and £0 cost). The 'current testing' opt-out will be the same for all respondents.
My current experimental design is as follows:
;eff = (mnl, d)
;alts = alt1*, alt2*, alt3*
;rows = 36
;block = 3
;alg=mfederov(stop = noimprov(3600 secs))
;reject:
alt1.Time=0 and alt1.Visits=3,
alt2.Time=0 and alt2.Visits=3
alt1.Cost=0
alt2.Cost=0
;model :
U(alt1) = asca[0] +
b1.dummy[0.1|0.2|0.3]*Diagnosis[1, 2, 3, 0] +
b2.dummy[-0.1|-0.2|-0.3]*Visits[1, 2, 3, 0] +
b3.dummy[-0.1|-0.2|-0.3]*Time[1, 2, 3, 0] +
b4.dummy[-0.1|-0.2|-0.3]*Cost[1, 2, 3, 0]/
U(alt2) = ascb[0] +
b1.dummy*Diagnosis[1, 2, 3, 0] +
b2.dummy*Visits[1, 2, 3, 0] +
b3.dummy*Time[1, 2, 3, 0] +
b4.dummy*Cost[1, 2, 3, 0]/
U(alt3) = b1.dummy*diagnosis[0] +
b2.dummy*Visits[2] +
b3.dummy*Time[2] +
b3.dummy*Cost[0]
$
Questions
• Do I need to specify the utility function for the opt-out ‘Current Testing’ alternative? I have specified a utility function here because I assumed that utility of the opt out is probably not zero...
• I have added an ASC for alt1 and alt2, but not for the opt-out (alt3). Is this correct?
• I would like to add the constraint that if Waiting time = 6 months, clinic visits cannot = 8. Has this been specified correctly?
• I would like also to add the constraint that alt1 and alt2 must have some cost, while alt 3 (current testing opt out) always costs £0. Has this been specified correctly?
Any advice is greatly appreciated!
Thanks,
Michael
I am currently generating the experimental design for a genetic testing DCE. The attributes and levels are:
1) Chance of Diagnosis: 10% / 20% / 30% / 40%
2) Number of Clinic Visits: 2 / 4 / 6 / 8
3) Time waiting for results: 6 months / 1y / 2y / 3y
4) Cost to you: £0 / £1000 / £2000 / £5000
I am unsure about how I should treat the opt-out alternative within my Ngene design. The opt-out is 'current testing,' which takes the levels in bold (10% chance, 6 visits, 2 years wait and £0 cost). The 'current testing' opt-out will be the same for all respondents.
My current experimental design is as follows:
;eff = (mnl, d)
;alts = alt1*, alt2*, alt3*
;rows = 36
;block = 3
;alg=mfederov(stop = noimprov(3600 secs))
;reject:
alt1.Time=0 and alt1.Visits=3,
alt2.Time=0 and alt2.Visits=3
alt1.Cost=0
alt2.Cost=0
;model :
U(alt1) = asca[0] +
b1.dummy[0.1|0.2|0.3]*Diagnosis[1, 2, 3, 0] +
b2.dummy[-0.1|-0.2|-0.3]*Visits[1, 2, 3, 0] +
b3.dummy[-0.1|-0.2|-0.3]*Time[1, 2, 3, 0] +
b4.dummy[-0.1|-0.2|-0.3]*Cost[1, 2, 3, 0]/
U(alt2) = ascb[0] +
b1.dummy*Diagnosis[1, 2, 3, 0] +
b2.dummy*Visits[1, 2, 3, 0] +
b3.dummy*Time[1, 2, 3, 0] +
b4.dummy*Cost[1, 2, 3, 0]/
U(alt3) = b1.dummy*diagnosis[0] +
b2.dummy*Visits[2] +
b3.dummy*Time[2] +
b3.dummy*Cost[0]
$
Questions
• Do I need to specify the utility function for the opt-out ‘Current Testing’ alternative? I have specified a utility function here because I assumed that utility of the opt out is probably not zero...
• I have added an ASC for alt1 and alt2, but not for the opt-out (alt3). Is this correct?
• I would like to add the constraint that if Waiting time = 6 months, clinic visits cannot = 8. Has this been specified correctly?
• I would like also to add the constraint that alt1 and alt2 must have some cost, while alt 3 (current testing opt out) always costs £0. Has this been specified correctly?
Any advice is greatly appreciated!
Thanks,
Michael