by bassieeco » Fri Oct 01, 2021 11:35 am
Dear all,
I am conducting a DCE to estimate the WTA with two generic alternatives (Alternative A and B), one alternative mixed ( fixed and randomly vary ) values of attribute levels (Alternative C) and an opt-out option. To avoid the unrealistic combination, I have used; require and; reject. Here is my design followed by questions:
design
;alts=altA*,altB*,altC*,OptOut
;rows=24
;block=3
;eff = (mnl,d,median)
;alg = mfederov(candidates = 5000)
;require:
altC.IHQ=1,
altC.SNR=1,
altC.EO<altA.EO,
altC.EO<altB.EO,
altC.comp>altA.comp,
altC.comp> altB.comp
; reject:
altA.SNR=2 and altA.SE=4,
altB.SNR=2 and altB.SE=4
;model:
U(altA) =b1.effects[(n,0.00000001,0.0000000001)|(n,0.00000001,0.0000000001)]*IHQ[3,2,1]
+b2.effects[(n,0.00000001,0.0000000001)|(n,0.00000001,0.0000000001)|(n,0.00000001,0.0000000001)]*SE[4,3,2,1]
+b3.effects[(n,0.00000001,0.0000000001)|(n,0.00000001,0.0000000001)|(n,0.00000001,0.0000000001)]*SNR[4,3,2,1]
+b4[(n, 0.00000001,0.0000000001)]*EO[0,150,300,450]
+b5[(n, 0.00000001,0.0000000001)]*comp[200,300,400,500,600,700]/
U(altB) =b1*IHQ
+b2*SE
+b3*SNR
+b4*EO
+b5*comp/
U(altC) =B0+b1*IHQ
+b2*SE
+b3*SNR
+b4*EO
+b5*comp/
U(OptOut) =None[-0.00000001]$
Questions
1. Alternative C is constrained to have both fixed and randomly vary values of attribute levels. Does this will have an impact on the efficiency of the design and estimation of the model later on?
2. As a result of the constraint stated in (1), lower compensation to the respondents seems unrealistic. So I constrained compensation presented to the respondents in Alternative C is to be higher than Alternative A and B. Does this may force the respondents to choose only Alternative C or may affect the efficiency of the design?
3. Regarding the opt-out option- I want to provide a chance for respondents to choose their current practices, which will be elicited by follow up questions if they choose an opt-out option. In An opt-out option, I do not have specific values for 4 of the attributes, I have only $0 for the compensation attribute. Any suggestion on how to design to include opt-out in such cases?
Thanks in advance