I am a PhD student and I am about to conduct a DCE in digital health. I am looking to find out how to present digital health products in the best possible way to increase their uptake and I would very much appreciate your input on my work.
I have 5 attributes, 2 with 4 levels and 3 with 3 levels. I am going to look at the main effect only, planning an MNL. There will be two unlabelled alternatives and an opt-out option ('neither'). I plan to generate 48 choice sets blocked into 4 versions, 12 choice-set in each survey.
My research is novel and there are no priors available, which is why I aim to pilot the DCE first. I have four questions.
1. Using the Ngene manual and reading research I figured out the code for the pilot using Dz efficiency design - with priors set to zero. Is my code correct?
- Code: Select all
Design
;alts = alt1*, alt2*, alt3
;rows = 48
;block = 4
;eff = (mnl,d)
;model:
U(alt1) = b1[0] + b2[0] * cost [1,2,3,4] + b3[0] * developer [1,2,3] + b4[0] * ratings [1,2,3,4] + b5[0] * description [1,2,3] + b6[0] * images [1,2,3] /
U(alt2) = b2 * cost [1,2,3,4] + b3 * developer [1,2,3] + b4 * ratings [1,2,3,4] + b5 * description [1,2,3] + b6 * images [1,2,3]
$
2. I ran the code in Ngene and it gave me the following details: D error = 0.023; A error = 0.029; B estimate = 100 and S estimate = 0. Is it possible to get 100 as B estimate and 0 for S estimate?
3. Do I need to give the direction of the priors that are now set to zero (e.g. [0.0001] or [-0.0001])? If yes I think this would be difficult as to date, there is no data about this kind of research.
4. This may be a silly question. Once I have the data from the pilot study, what data will is use and how should I use that to find out the priors?
Many thanks in advance.
Best wishes,
Arista