Michiel,
Thank you very much for your interest and sorry for being vague in the description of the experiment.
Yes, the description of the attribute will be the same in both alternative 1 and alternative 2. It is a between subjects treatments approach: one respondent will see only “irradiated” and another respondent will only see “bacteria free”.
In treatment 1 respondents will see 12 choice tasks like the following (in alt1 and alt2 the product is a beef steak):
Alt1 Alt2 Alt3
Irradiated Irradiated
Carbon foot print label Neither
Antibiotics free
$4.50 $16.50
In treatment 2 the respondents will see 12 choice tasks like the following:
Alt1 Alt2 Alt3
Bacteria Free Bacteria Free
Carbon foot print label Neither
Antibiotics free
$4.50 $16.50
In both treatments, we are giving some information about the attributes before individuals answer the CE questions. The information will be the same in both treatments, so same information will be given for “Bacteria Free” and “Irradiated”. However, we are expecting that according to how we label this attribute, i.e. bacteria free or irradiated, individuals will evaluate this attribute differently. For now, we conducted a pilot using the claim “irradiated” for the attribute related to the use of irradiation. We would like to use the same experimental design for treatment 1 and treatment 2. However, my worrying is whether it would be appropriate to implement in treatment 2 (where the use of irradiation will be labeled as “bacteria free”) a Bayesian design using a prior for the irradiation attribute that has been obtained from a pilot where it was labeled differently. For this reason, I was thinking to specify the prior of the dummy variable “use of irradiation” with a uniform distribution from -0.5 to 0.5, while specify the priors of the other attributes with a normal distribution using mean and standard errors from the pilot estimates, but I am not sure if this can be ok.
Please see below codes I would like to use:
Design
;alts = alt1, alt2, alt3
;rows = 24
;block = 2
;eff = (mnl,d)
;con
;bdraws = gauss(3)
;model:
U(alt1) = b1[(n,-0.21,0.02)]*PR[4.50,8.50,12.50,16.50]
+ b2.dummy[(u,-0.50,0.50)]*IR[1,0]
+ b3.dummy[(n,0.38,0.17)]*CF[1,0]
+ b4.dummy[(n,0.51,0.19)]*AN[1,0]
+ i.1[0]*IR.dummy[1]*CF.dummy[1]
+ i.2[0]*IR.dummy[1]*AN.dummy[1]/
U(alt2) = b1*PR
+ b2*IR
+ b3*CF
+ b4*AN
+ i.1[0]*IR.dummy[1]*CF.dummy[1]
+ i.2[0]*IR.dummy[1]*AN.dummy[1]/
U(alt3) = b5[(n,-1.26,0.20)]$
I hope it is more clear.
Regarding the interactions, if you run the code above, the interaction in question with the exclamation mark is alt1.cf*alt2.cf. However, I think that you already gave me the answer and thanks a lot for this.
I do appreciate all your effort to help me in the development of the design of this experiment. I hope you find it interesting
Thank you!
Claudia