Opt-out experimental design
Posted: Fri Feb 09, 2024 9:47 am
Hi,
Thank you for your help on my previous questions! I have found this page very helpful!!
I am conducting a DCE, with the following options: Screening Approach A, Screening Approach B or no screening. I will implement the opt-out using a two-staged approach i.e. (1) all three options presented, and (2) if no screening is chosen they will be presented with a forced choice (Approach A or B).
I will be using a D-efficient design, which I have currently written as:
Design
;alts = AppA, AppB
;rows = 60
;block = 5
; cond:
If (AppA.CONDITIONS=0, AppA.WTIME= [2,6]),
If (AppB.CONDITIONS=0, AppB.WTIME= [2,6])
;eff = (mnl,d)
;model:
U(AppA) = Cond.dummy[0] * CONDITIONS [0,1]
+ fp* FPOSITIVE [0.1, 5, 55]
+ fn * FNEGATIVE [0.1, 5, 10]
+ inc * INCONCLUSIVE [0, 3, 5]
+ sex.dummy[0] * SEXR [0,1]
+ number * NTESTS [1,2]
+ wait * WTIME [2, 6, 10]
+ cost * SCOST [0, 500, 1000] /
U(AppB) = Cond * CONDITIONS
+ fp* FPOSITIVE
+ fn * FNEGATIVE
+ inc * INCONCLUSIVE
+ sex.dummy * SEXR
+ number * NTESTS
+ wait * WTIME
+ cost * SCOST
$
Do I need to include the opt-out within the experimental design? My thought process was that I don't as we will may present participants with a forced choice, and if there are too many opt-outs then I want to be able to analyse this data set, thus I want the experimental design efficiency to be maximised for these two options. Is this correct?
Thanks,
Amber
Thank you for your help on my previous questions! I have found this page very helpful!!
I am conducting a DCE, with the following options: Screening Approach A, Screening Approach B or no screening. I will implement the opt-out using a two-staged approach i.e. (1) all three options presented, and (2) if no screening is chosen they will be presented with a forced choice (Approach A or B).
I will be using a D-efficient design, which I have currently written as:
Design
;alts = AppA, AppB
;rows = 60
;block = 5
; cond:
If (AppA.CONDITIONS=0, AppA.WTIME= [2,6]),
If (AppB.CONDITIONS=0, AppB.WTIME= [2,6])
;eff = (mnl,d)
;model:
U(AppA) = Cond.dummy[0] * CONDITIONS [0,1]
+ fp* FPOSITIVE [0.1, 5, 55]
+ fn * FNEGATIVE [0.1, 5, 10]
+ inc * INCONCLUSIVE [0, 3, 5]
+ sex.dummy[0] * SEXR [0,1]
+ number * NTESTS [1,2]
+ wait * WTIME [2, 6, 10]
+ cost * SCOST [0, 500, 1000] /
U(AppB) = Cond * CONDITIONS
+ fp* FPOSITIVE
+ fn * FNEGATIVE
+ inc * INCONCLUSIVE
+ sex.dummy * SEXR
+ number * NTESTS
+ wait * WTIME
+ cost * SCOST
$
Do I need to include the opt-out within the experimental design? My thought process was that I don't as we will may present participants with a forced choice, and if there are too many opt-outs then I want to be able to analyse this data set, thus I want the experimental design efficiency to be maximised for these two options. Is this correct?
Thanks,
Amber