Hi,
I'm carrying out a DCE to determine the factors that influence GP decision-making when referring children to the emergency department. Given the nature of the study (many of the attributes are patient attributes), we will not be asking GPs to trade two patients off one another but will design a DCE that will present a single presentation profile (i.e., no alternative set of choices) and they will be provided with a binary response option of "Refer" or "Not Refer". I have never designed a DCE like this but I have seen them used in the literature.
We are employing a D-efficient design with 12 choice sets over 2 blocks. There is very little literature in this area and no other DCEs (as far I as can see), therefore, we will have to wait until we have collected pilot data before entering the priors.
I have put together the syntax below which is running in Ngene for me and appears to generate the choice sets as needed for the study, however, I was wondering if you could take a look and see if there is anything I am missing or have overlooked. Let me know if you need any further details about the study.
Ngene syntax:
Design
;alts = alt1, alt2
;rows = 12
;block = 2
;eff = (mnl,d)
;model:
U(alt1) = b0[0] + b1.dummy[0|0]*TimeofReferral[1,2,0] + b2.dummy[0]*PaediatricClinic[1,0] + b3.dummy[0|0]*ReferralRequest [1,2,0] + b4.dummy[0|0]*Capacity[1,2,0] + b5.dummy[0]*Competence[1,0] + b6.dummy[0]*Repeat[1,0]
$
Thanks,
E