Minimum Number of Choice Tasks + Including Priors
Posted: Wed Aug 16, 2023 10:34 pm
Hi,
I recently ran a pilot study for my genetic testing DCE using the following experimental design:
I'm now wondering:
1) Whether I included an unnecessarily large number of choice tasks in my pilot study. I think the formula for the number of choice tasks is (J-1)*S >= K. So in this case it would be 2*S >= 18, where 18 is the number of parameters to be estimated (16 levels + 2 constants). Not sure if I have interpreted the number of parameters correctly.
2) How can I include the priors from my pilot study in the design, rather than the 'best guess' directional priors from before? I have the following coefficients from the pilot:
Diagnosis: 0.1060
Visits: - 0.0591
Wait: - 0.5019
Cost: - 0.0005
How can I update my design to include these priors from the pilot study?
Thanks!
I recently ran a pilot study for my genetic testing DCE using the following experimental design:
- Code: Select all
design
;alts = alt1*, alt2*, sq*
;rows = 36
;block = 3
;eff = (mnl, d)
;alg=mfederov(stop = noimprov(3600 secs))
;require:
sq.Diagnosis = 30,
sq.Visits = 10,
sq.Time = 24
;reject:
alt1.Time=6 and alt1.Visits=14,
alt2.Time=6 and alt2.Visits=14
;model :
U(alt1) = asca[0]
+ b1.dummy[0.1|0.2|0.3] * Diagnosis[35,45,55,30] ? percentage chance of diagnosis
+ b2.dummy[-0.1|-0.2|-0.3] * Visits[6,10,14,2] ? number of clinic visits
+ b3.dummy[-0.1|-0.2|-0.3] * Time[12,24,36,6] ? months waiting for results
+ b4[-0.0001] * Cost[500,2000,4000,8000](10-14,10-14,10-14,10-14) ? cost in GBP
/
U(alt2) = ascb[0]
+ b1 * Diagnosis
+ b2 * Visits
+ b3 * Time
+ b4 * Cost
/
U(sq) = b1 * Diagnosis
+ b2 * Visits
+ b3 * Time
+ b4 * Cost_sq[0]
$
I'm now wondering:
1) Whether I included an unnecessarily large number of choice tasks in my pilot study. I think the formula for the number of choice tasks is (J-1)*S >= K. So in this case it would be 2*S >= 18, where 18 is the number of parameters to be estimated (16 levels + 2 constants). Not sure if I have interpreted the number of parameters correctly.
2) How can I include the priors from my pilot study in the design, rather than the 'best guess' directional priors from before? I have the following coefficients from the pilot:
Diagnosis: 0.1060
Visits: - 0.0591
Wait: - 0.5019
Cost: - 0.0005
How can I update my design to include these priors from the pilot study?
Thanks!