Dear Researchers,
Recently,I am designing a DCE pilot study in Ngene.
I want to use Ngene software for D-efficiency design,which generates a total of 12 choice sets,each containing 2 choice options.The purpose of DCE study was to explore physician preference for generic substitution.However,since I haven't found similar studies,the pilot study can not use priors based on the results of the earlier studies.
The study identified a total of seven attributes,four at the 3 level,two at the 2 level,and one at the 4 level.
effective rate:85%,90%,95%
serious adverse reactions:10%,17%,29%
severity of illness:mild,moderate,severe
patient opinion:oppose,support
instructions:no,one difference,two difference,3 or more difference
policy:support,no effect
cost:24,60,120
Design
;alts=choice A*,choice B*
;rows=12
;eff=(mnl,d)
;model:
U(choice A)=effect.*effect[0.85,0.9,0.95] + SAR.*SAR[0.1,0.17,0.29] + opinion.dummy*opnion[0,1] + severity.dummy[0|0]*severity[0,1,2] + label.dummy*label[0,1,2,3] + policy.dummy*policy[0,1] + cost.[0]*cost[24,60,120]/
U(choice B)=effect*effect + SAR.*SAR + opinion.dummy*opinion + severity.dummy*severity + label.dummy*label + policy.dummy*policy + cost*cost
$
I still have a few areas of confusion.
1. Is it reasonable to set 12 choice sets? What is the general basis for the setting of rows?
2. Since there is no a prior parameter to refer to ,i use 0 instead, does the syntax make sence?