We have conducted a pilot of 100 respondents (6 menus each) to obtain priors to be used in a D-error Bayesian efficient design (below is the pilot's syntax)
Respondents' comments on the pilot indicated that the attribute "clean air" was dominant and many of them basically ignored the other attributes when choosing.
MNL analysis of the pilot data revealed that the coefficient of the "clean air" att. is high compare to the other atts' coefficients (i.e. over 2 compare to 0.5-0.9)
We consider removing this att. from the final design. The question is can we still use the priors obtained from the pilot for the remaining atts? or do we need to run a new pilot that lacks the "clean air" att? (if relevant to my question: the signs the other coefficients were as expected and significant in the MNL results)
Anat
- Code: Select all
Design
;alts = alt1*,alt2*,optout
;rows=24
;block=4
;eff=(mnl,d)
;model:
U(alt1)=c1+b1[0.00001]*greening[1,2,3]+b2.dummy[0|0]*agri_crop[1,2,3]+b3[0.00001]*cleanair[1,2,3]+b4[-0.00001]*cost[0,100,150,200]/
U(alt2)=c2+b1*greening+b2*agri_crop+b4*cleanair+b5*cost$